Skip to content

Instantly share code, notes, and snippets.

@thedevsaddam
Created July 10, 2018 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedevsaddam/a24678a460e6be94ce6c4864c79c5337 to your computer and use it in GitHub Desktop.
Save thedevsaddam/a24678a460e6be94ce6c4864c79c5337 to your computer and use it in GitHub Desktop.
Gojsonq users.json data
{
"users":[
{
"id":1,
"name":{
"first":"John",
"last":"Ramboo"
}
},
{
"id":2,
"name":{
"first":"Ethan",
"last":"Hunt"
}
},
{
"id":3,
"name":{
"first":"John",
"last":"Doe"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment