JsonObjectSetter.set

Set a field or property of CompositeType.

class JsonObjectSetter
const
void
set
(
ref JSONValue composite
,
JSONValue value
,
string property
,
RCIAllocator allocator = theAllocator
)

Parameters

composite JSONValue

composite that will store value

value JSONValue

actual value that is assigned to a field in composite

property string

the identity of field in composite

Throws

InvalidArgumentException when value or composite is not what was expected

Meta