JSON Decode
Last updated
Last updated
Decodes a JSON string.
Columns that will be transformed. If empty
, the transformation is applied to all columns.
Indicates if objects will be converted to associative arrays.
The maximum depth. Must be greater than zero.
Bitmask of JSON decode options. Currently there are two supported options. The first is JSON_BIGINT_AS_STRING that allows casting big integers to string instead of floats which is the default. The second option is JSON_OBJECT_AS_ARRAY that has the same effect as setting assoc to TRUE.
Type
Default value
array
[]
Type
Default value
bool
false
Type
Default value
int
512
Type
Default value
int
0