Package com.jayway.jsonpath.spi.json
Class JettisonProvider.JettisonTokener
java.lang.Object
org.codehaus.jettison.json.JSONTokener
com.jayway.jsonpath.spi.json.JettisonProvider.JettisonTokener
- Enclosing class:
JettisonProvider
private static class JettisonProvider.JettisonTokener
extends org.codehaus.jettison.json.JSONTokener
JSON Object implementation
-
Field Summary
Fields inherited from class org.codehaus.jettison.json.JSONTokener
USE_BIGDECIMAL_JSONTOKENER, useBigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JettisonProvider.JettisonArrayprotected JettisonProvider.JettisonObjectMethods inherited from class org.codehaus.jettison.json.JSONTokener
back, dehexchar, getThreshold, more, next, next, next, nextClean, nextString, nextTo, nextTo, nextValue, skipPast, skipTo, syntaxError, toString
-
Constructor Details
-
JettisonTokener
-
-
Method Details
-
newJSONObject
protected JettisonProvider.JettisonObject newJSONObject() throws org.codehaus.jettison.json.JSONException- Overrides:
newJSONObjectin classorg.codehaus.jettison.json.JSONTokener- Throws:
org.codehaus.jettison.json.JSONException
-
newJSONArray
protected JettisonProvider.JettisonArray newJSONArray() throws org.codehaus.jettison.json.JSONException- Overrides:
newJSONArrayin classorg.codehaus.jettison.json.JSONTokener- Throws:
org.codehaus.jettison.json.JSONException
-