Last active
July 5, 2016 03:03
-
-
Save iRbouh/47a9fb7e5f6a79e0f4b0e7e8a837a825 to your computer and use it in GitHub Desktop.
Sample JSON data
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
{ | |
"records":[ | |
{ | |
"index":1, | |
"index_start_at":56, | |
"integer":11, | |
"float":18.276, | |
"name":"Maureen", | |
"surname":"Hill", | |
"fullname":"Harry Singleton", | |
"email":"[email protected]", | |
"bool":true | |
}, | |
{ | |
"index":2, | |
"index_start_at":57, | |
"integer":7, | |
"float":15.1823, | |
"name":"Willie", | |
"surname":"Desai", | |
"fullname":"Leo Lane", | |
"email":"[email protected]", | |
"bool":false | |
}, | |
{ | |
"index":3, | |
"index_start_at":58, | |
"integer":26, | |
"float":12.8753, | |
"name":"Dana", | |
"surname":"Hunt", | |
"fullname":"Albert Wilkerson", | |
"email":"[email protected]", | |
"bool":true | |
}, | |
{ | |
"index":4, | |
"index_start_at":59, | |
"integer":41, | |
"float":18.9047, | |
"name":"Sherri", | |
"surname":"Mills", | |
"fullname":"Elaine Field", | |
"email":"[email protected]", | |
"bool":false | |
}, | |
{ | |
"index":5, | |
"index_start_at":60, | |
"integer":8, | |
"float":12.8025, | |
"name":"Alison", | |
"surname":"Kelley", | |
"fullname":"Eileen Bender", | |
"email":"[email protected]", | |
"bool":true | |
}, | |
{ | |
"index":6, | |
"index_start_at":61, | |
"integer":28, | |
"float":17.6317, | |
"name":"Courtney", | |
"surname":"Branch", | |
"fullname":"Jacob Waller", | |
"email":"[email protected]", | |
"bool":false | |
}, | |
{ | |
"index":7, | |
"index_start_at":62, | |
"integer":28, | |
"float":16.17, | |
"name":"Allison", | |
"surname":"Fox", | |
"fullname":"Thomas Hodge", | |
"email":"[email protected]", | |
"bool":true | |
}, | |
{ | |
"index":8, | |
"index_start_at":63, | |
"integer":23, | |
"float":16.3377, | |
"name":"Wayne", | |
"surname":"Snow", | |
"fullname":"Jack Kay", | |
"email":"[email protected]", | |
"bool":true | |
}, | |
{ | |
"index":9, | |
"index_start_at":64, | |
"integer":19, | |
"float":10.4464, | |
"name":"Brenda", | |
"surname":"Reed", | |
"fullname":"Luis Wolf", | |
"email":"[email protected]", | |
"bool":false | |
}, | |
{ | |
"index":10, | |
"index_start_at":65, | |
"integer":15, | |
"float":16.9292, | |
"name":"Vicki", | |
"surname":"Dickerson", | |
"fullname":"Benjamin Jennings", | |
"email":"[email protected]", | |
"bool":false | |
} | |
], | |
"queryRecordCount":10, | |
"totalRecordCount":10 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment