35typedef struct JSONPathInterface JSONPathInterface;
59struct JSONPathInterface {
64 ObjectInterface objectInterface;
static ident objectForKeyPath(const Dictionary *self, const char *path)
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.
Class * _JSONPath(void)
The JSONPath archetype.
JSONPathInterface * interface
The interface.
Object object
The superclass.
Object is the root Class of The Objectively Class hierarchy.