Skip to content

Instantly share code, notes, and snippets.

@coreh
Created February 6, 2012 02:43
Show Gist options
  • Save coreh/1749126 to your computer and use it in GitHub Desktop.
Save coreh/1749126 to your computer and use it in GitHub Desktop.
OpenAnything person example
{ "_": "oa:person",
, "first": "John"
, "last": "Appleseed"
, "birthday": { "$": "oa:date"
, "value": '2012-02-06T00:00:00.000Z'
}
, "gender": "male"
, "address": { "_": "oa:location"
, "street": "Ariel Apletiroa"
, "city": "Belo Horizonte"
, "zipcode": "3030300"
, "latitude": { "_": "oa:measure"
, "value": { "_": "oa:number", "value": "25.25182" }
, "unit": { "_": "oa:unit", "numerator": ["deg"], "denominator": [] }
}
, "longitude": { "_": "oa:measure"
, "value": { "_": "oa:number", "value": "25.25182" }
, "unit": { "_": "oa:unit", "numerator": ["deg"], "denominator": [] }
}
}
, "misc": [ { "_": "https://oa.twitter.com/profile"
, "handle": "@john_appleseed"
, "tweets": 5012
}
, { "_": "https://oa.github.com/profile"
, "handle": "john_appleseed"
, "repos": 23
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment