jsonDecode

Description

Decodes a JSON string to an object format.

See 'jsonEncode' function for the json encoding function.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

string

The value to decode.

String/Text

-

-

Yes

Output

DescriptionOutput Type

Returns the object specified.

Object

Object

KeyDescriptionOutput 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

  1. Call the function.

Result

Last updated