Class JSONReference

  • All Implemented Interfaces:

    
    public final class JSONReference
    
                        

    A JSON Reference - a combination of a JSON Pointer and the JSON value to which it refers. This allows for a single object to be used (and passed as a parameter or a return value between functions) in the common case of a pointer being employed to navigate a tree of JSON values.