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