Package kong.unirest.core.json
Class JSONPointer
java.lang.Object
kong.unirest.core.json.JSONPointer
A Json Pointer query object following
https://tools.ietf.org/html/rfc6901
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JSONPointer.Builderbuilder()static JSONPointertoString()
-
Constructor Details
-
JSONPointer
a JSONPointer constructor- Parameters:
query- the pointer query
-
-
Method Details
-
toString
-
toURIFragment
- Returns:
- the pointer as a URL encoded URI fragment
-
compile
-
queryFrom
- Throws:
JSONPointerException
-
builder
-