Modifier and Type | Method and Description |
---|---|
NodeObj |
JsonParser.createTree(java.lang.String str)
Creates from the JSON object, given as a String in parameter str, a
recursive tree representing the JSON object.
|
Constructor and Description |
---|
JsonObj(java.lang.String str)
Parses the given string into a recursive JSON tree.
|