Skip to content

Instantly share code, notes, and snippets.

@hasibkamal
Created November 8, 2016 04:57
Show Gist options
  • Save hasibkamal/1f7b1362be6f7ce97d32bd4144e9866c to your computer and use it in GitHub Desktop.
Save hasibkamal/1f7b1362be6f7ce97d32bd4144e9866c to your computer and use it in GitHub Desktop.
//http://jsonlint.com
//single object
var persons = {
"name": "milon",
"roll": 305021,
"email": "[email protected]",
"address": "Dhaka",
"phone": "01831614476"
}
// multiple object
var persons = {
"persons": {
"name": "milon",
"roll": 305021,
"email": "[email protected]",
"address": "Dhaka",
"phone": "01831614476"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment