public class JsonParser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JsonParser.ParseException |
Constructor and Description |
---|
JsonParser(Context cx,
Scriptable scope) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
parseValue(java.lang.String json) |
public JsonParser(Context cx, Scriptable scope)
public java.lang.Object parseValue(java.lang.String json) throws JsonParser.ParseException
JsonParser.ParseException