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
public static Json resolvePointer(String pointer,
Json element)
Given a JSON Pointer, as per RFC 6901, return the nested JSON value within
the element parameter.