At the beginning I use the following code to decode a JSON string:
1 2 3 4 5 |
|
and then I tried to convert the json data with this function:
1 2 3 4 5 6 |
|
It is probably not an efficient way to handle the incoming json data.
At the beginning I use the following code to decode a JSON string:
1 2 3 4 5 |
|
and then I tried to convert the json data with this function:
1 2 3 4 5 6 |
|
It is probably not an efficient way to handle the incoming json data.