JsonIndexAccessor

Accessor allowing access to properties in a JSONValue array

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