jsonDecode
Last updated
Last updated
Decodes a JSON string to an object format.
See 'jsonEncode' function for the json encoding function.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
Key | Description | Output Type |
---|---|---|
N/A
Coming Soon.
User want to decode json strings. Gender : F Name : Lili
Call the function.
string
The value to decode.
String/Text
-
-
Yes
Returns the object specified.
Object
(key)
The dynamic key specfied in the JSON string.
String/Text