# Functions
NewJSONAccessor adds the Accessor interface to a JSON string.
NewJSONBytesAccessor adds the Accessor interface to a JSON bytes string.
NewStructAccessor adds the Accessor interface to a JSON string.
# Structs
JSONAccessor is a json string with get functions.
JSONBytesAccessor is a json string with get functions.
StructAccessor is a json string with get functions.
# Interfaces
Accessor provides an interface to supply the query matcher a method to retrieve values from an object.