Function json::decode()

← Back to Class json



Module jsonClass json → decode()

Description

Parse a JSON string

json::decode(json_string)


Parameters


Return Value


Usage Example

response = json.decode("{\qname\q: \qClara\q, \qage\q: 23}")
writer(response)