beatbox-puredata/purest_json/test.json

2 lines
271 B
JSON
Raw Normal View History

2024-09-18 21:11:11 -03:00
{ "firstName": "John", "lastName": "Smith", "age": 25, "address": { "streetAddress": "21 2nd Street", "city": "New York", "state": "NY", "postalCode": 10021 }, "phoneNumber": [ { "type": "home", "number": "212 555-1234" }, { "type": "fax", "number": "646 555-4567" } ] }