JsonPropertyAccessor

Accessor allowing access through JSONValues that are associative arrays

Members

Functions

access
JSONValue access(JSONValue component, string property, RCIAllocator allocator)

Get a property out of component

componentType
TypeInfo componentType(JSONValue component)

Identify the type of supported component.

has
bool has(JSONValue component, string property, RCIAllocator allocator)

Check if requested property is present in component.

Meta