35typedef struct JSONPathInterface JSONPathInterface;
59struct JSONPathInterface {
64 ObjectInterface objectInterface;
80 ident (*objectForKeyPath)(
const ident root,
const char *path);
OBJECTIVELY_EXPORT Class * _JSONPath(void)
Object is the root Class of The Objectively Class hierarchy.
void * ident
The identity type, similar to Objective-C id.
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
A minimal JSONPath implementation.
JSONPathInterface * interface
The interface.
Object object
The superclass.
Object is the root Class of The Objectively Class hierarchy.