JsonPropertyAccessor

Accessor allowing access through JSONValues that are associative arrays

Members

Functions

access
JSONValue access(JSONValue component, string property)

Get a property out of component

componentType
TypeInfo componentType(JSONValue component)

Identify the type of supported component.

has
bool has(JSONValue component, string property)

Check if requested property is present in component.

Meta