Skip to content

Instantly share code, notes, and snippets.

@joe-oli
Created November 13, 2019 09:55
Show Gist options
  • Save joe-oli/dfac33e1f99a29e9f4989430315f4f03 to your computer and use it in GitHub Desktop.
Save joe-oli/dfac33e1f99a29e9f4989430315f4f03 to your computer and use it in GitHub Desktop.
Array of JSON Objectss, can this be retrieved by ajax ?
[{
"id": 1,
"name": "akira"
},
{
"id": 2,
"name": "fubuki"
},
{
"id": 3,
"name": "raven"
},
{
"id": 4,
"name": "rockette"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment