public class JsonParser extends Object
| Constructor and Description |
|---|
JsonParser() |
| Modifier and Type | Method and Description |
|---|---|
static JsonValue |
parse(JsonSource source)
Parse json from source.
|
static JsonValue |
parse(Reader json)
Parse json from reader.
|
static JsonValue |
parse(String json)
Parse json from string.
|
public static JsonValue parse(String json)
json - string with json obejct array of just literal.public static JsonValue parse(Reader json)
json - reader with json obejct array of just literal.public static JsonValue parse(JsonSource source)
source - json source data.Copyright © 2018. All rights reserved.