| Package | Description |
|---|---|
| net.imadz.util.json.io |
| Modifier and Type | Method and Description |
|---|---|
static JsonTextType |
JsonTextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonTextType[] |
JsonTextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JsonWriter(PrintWriter out,
JsonTextType jsonText,
boolean anonymous)
Create a new JsonWriter wrapped around a PrintWriter
|
Copyright © 2015. All Rights Reserved.