Class Json.help
java.lang.Object
org.infinispan.commons.dataconversion.internal.Json.help
- Enclosing class:
- Json
Exposes some internal methods that are useful for Json.Factory
implementations or other extension/layers
of the library.
- Author:
- Borislav Iordanov
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
help
public help()
-
-
Method Details
-
escape
Perform JSON escaping so that ", <, >, etc. characters are properly encoded in the JSON string representation before returning to the client code. This is useful when serializing property names or string values.
-
resolvePointer
Given a JSON Pointer, as per RFC 6901, return the nested JSON value within the
element
parameter.
-