Created
November 13, 2019 09:55
-
-
Save joe-oli/dfac33e1f99a29e9f4989430315f4f03 to your computer and use it in GitHub Desktop.
Array of JSON Objectss, can this be retrieved by ajax ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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