JSON Loop Structure, Encode, Decode Sample (task)
How to encode, decode and create JSON loop structures
This sample task will demonstrate the following:
- Decode JSON string into structure/array
- Loop structure/array and display values
- Encode structure/array into JSON string (raw or formatted)
Task Category:
Looping