Link Search Menu Expand Document

Constructor: jsonObjectValue

Back to constructors index

JSON key: value pair

Attributes:

NameTypeRequiredDescription
keystringYesKey
valueJSONValueYesValue

Type: JSONObjectValue

Example:

$jsonObjectValue = ['_' => 'jsonObjectValue', 'key' => 'string', 'value' => JSONValue];