Skip to content

Instantly share code, notes, and snippets.

@Jrizzi1
Last active August 29, 2015 14:00
Show Gist options
  • Save Jrizzi1/11298917 to your computer and use it in GitHub Desktop.
Save Jrizzi1/11298917 to your computer and use it in GitHub Desktop.
JSON Foster encoded string
{
"animal": {
"bird": {
"properties": {
"huge beak": {
"type": "hookbill",
"compliments": "non-descript face"
},
"glasses": {
"type": "coke bottle",
"compliments": "hookbill beak"
},
"hair": {
"type": "football helmet cut",
"compliments": "nothing"
},
"posture": {
"type": "terrible",
"position": "hunchback"
},
"behaviors": {
"fields": {
"punctuality": {
"type": "non-existent",
"last on time event": null
},
"star wars cosplay": {
"pretend storm trooper id": "tk121",
"ugly friends": [
"green teeth",
"tud of lard",
"tud of lard #2"
],
"wife likes": "false"
},
"land speculation": {
"type": "pyramid schemes",
"partners": [
"Phil Gorrill",
"Jim Orangutan",
"Mueed"
]
}
},
"type": "buffoon"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment