Json
in package
Implementation of the Json (Map<String, Value>) data structure for Aerospike.
Table of Contents
Properties
- $value : mixed
Methods
- asString() : string
- Returns a string representation of the value.
- getValue() : array<string|int, mixed>
- getter method to get the json value
- setValue() : mixed
- setter method to set the json value
Properties
$value
public
mixed
$value
Methods
asString()
Returns a string representation of the value.
public
asString() : string
Return values
stringgetValue()
getter method to get the json value
public
getValue() : array<string|int, mixed>
Return values
array<string|int, mixed>setValue()
setter method to set the json value
public
setValue(array<string|int, mixed> $v) : mixed
Parameters
- $v : array<string|int, mixed>