Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created April 28, 2019 12:22
Show Gist options
  • Save nsisodiya/f699b5555245f69a1ce53b05545e6e70 to your computer and use it in GitHub Desktop.
Save nsisodiya/f699b5555245f69a1ce53b05545e6e70 to your computer and use it in GitHub Desktop.
TestData
{
"name": "Narendra",
"age": 32,
"place": {
"name": "Delhi",
"pin": "110017"
},
"likes": [
"Apple",
"Banana",
"Mango"
],
"test": {
"loginData": null
},
"todos": [
{
"task": "Write Book",
"done": false
},
{
"task": "Learn React",
"done": true
},
{
"task": "Buy Mobile",
"done": false
}
],
"dateWiseData": {
"2016-02-14": {
"availableRooms": 10,
"soldRooms": 20
},
"2016-02-15": {
"availableRooms": 15,
"soldRooms": 15
},
"2016-02-16": {
"availableRooms": 5,
"soldRooms": 25
},
"2016-02-17": {
"availableRooms": 0,
"soldRooms": 30
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment