When an Object, each key is treated as the key name. Simple values like null, String, Boolean and Number are type-mapped automatically (Number maps to 'int') and
can be used as-is. For more complex types, like arrays and URIs, set the value to be an Object like in the Array syntax (see above), but leave out the key property.
When an
Object
, each key is treated as the key name. Simple values likenull
,String
,Boolean
andNumber
are type-mapped automatically (Number
maps to'int'
) and can be used as-is. For more complex types, like arrays and URIs, set the value to be anObject
like in the Array syntax (see above), but leave out thekey
property.