Skip to content

Instantly share code, notes, and snippets.

@cwndrws
Last active January 3, 2016 06:09
Show Gist options
  • Select an option

  • Save cwndrws/8421172 to your computer and use it in GitHub Desktop.

Select an option

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":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":true
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"extra_info":{
"birthday":"1/1",
"haircolor":"brown"
},
"status":false
},
{
"creation_date":"2008-09-08T22:47:31-07:00",
"email":"[email protected]",
"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