Skip to content

Instantly share code, notes, and snippets.

@cwndrws
Last active January 3, 2016 06:09
Show Gist options
  • Save cwndrws/8421172 to your computer and use it in GitHub Desktop.
Save cwndrws/8421172 to your computer and use it in GitHub Desktop.
fake json representation of all users in a system
[
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test0@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test1@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test2@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test3@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test4@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test5@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test6@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test7@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test8@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test9@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test10@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test11@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test12@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test13@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test14@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test15@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test16@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test17@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test18@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"test19@fake.com",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment