Skip to content

Instantly share code, notes, and snippets.

@AlexJWayne
Last active December 12, 2015 02:28
Show Gist options
  • Select an option

  • Save AlexJWayne/4699184 to your computer and use it in GitHub Desktop.

Select an option

Save AlexJWayne/4699184 to your computer and use it in GitHub Desktop.
Example cofeeson conversion
pre: 123
a:
b:
c: '456'
d: [
7
8
e:
f: 'g'
]
{
"pre": 123,
"a": {
"b": {
"c": "456"
},
"d": [
7,
8,
{
"e": {
"f": "g"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment