Skip to content

Instantly share code, notes, and snippets.

@stevekinney
Last active September 8, 2015 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevekinney/210a7fb9c9b3c0be2e53 to your computer and use it in GitHub Desktop.
Save stevekinney/210a7fb9c9b3c0be2e53 to your computer and use it in GitHub Desktop.
{
"id": 1,
"username": "alanturing",
"firstName": "Alan",
"lastName": "Turing",
"location": "London, UK",
"fields": [
"mathematics",
"cryptanalysis",
"computer science",
"biology"
],
"tweets": [
{
"id": 19828,
"message": "We can only see a short distance ahead, but we can see plenty there that needs to be done."
},
{
"id": 89202,
"message": "A computer would deserve to be called intelligent if it could deceive a human into believing that it was human."
}
]
}
<?xml version="1.0" encoding="UTF-8" ?>
<id>1</id>
<username>alanturing</username>
<firstName>Alan</firstName>
<lastName>Turing</lastName>
<location>London, UK</location>
<fields>mathematics</fields>
<fields>cryptanalysis</fields>
<fields>computer science</fields>
<fields>biology</fields>
<tweets>
<id>19828</id>
<message>We can only see a short distance ahead, but we can see plenty there that needs to be done.</message>
</tweets>
<tweets>
<id>89202</id>
<message>A computer would deserve to be called intelligent if it could deceive a human into believing that it was human.</message>
</tweets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment