changes.mady.by.user Arpit Singh
Saved on Oct 07, 2024
...
JSON list provided by user
JSON objects fetched from database
{ "books": [ { "title": "Book 1", "lang": "N/A", "price": 11, "editions": [2009] }, { "title": "Book 2", "lang": "German", "price": 39, "editions": [2007, 2013, 2021] } ] }
[ { "books": { "title": "Book 1", "lang": "N/A", "price": 11, "editions": [2009] } }, { "books": { "title": "Book 2", "lang": "German", "price": 39, "editions": [2007, 2013, 2021] } } ]
WIP