Created
April 26, 2015 10:38
-
-
Save esseti/228a6c3bec325cca1d08 to your computer and use it in GitHub Desktop.
json list example
This file contains 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
{ | |
"results":[{"name":"item1"},{"name":"item2"},{"name":"item3"},{"name":"item4"},{"name":"item5"},{"name":"item6"},{"name":"item7"},{"name":"item8"}], | |
"total":8 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment