JSON Example

JSON example

Below is some JSON Example that will help you to better understand about JSON. JSON Object Example { “Person”: { “name” : “Racks”,”age” : 10,”married” : true } } JSON Array Example [“Sunday”, “Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday”, “Saturday”] JSON example or JSON file example { “firstName”: “Racks”, “lastName”: “Jacson”, “gender”: “man”, “age”: 24, “address”: …

Read more