Skip to content

Instantly share code, notes, and snippets.

@weepy
Created November 30, 2012 09:11
Show Gist options
  • Select an option

  • Save weepy/4174659 to your computer and use it in GitHub Desktop.

Select an option

Save weepy/4174659 to your computer and use it in GitHub Desktop.
easy json
'', undefined
'a', "a"
'1', 1
'true', true
'"true"', "true"
'undefined', undefined
'a', "a"
'a, b', ["a", "b"]
'a:c, b:1', {"a":"c", "b":1}
config:
port: 3000
host: localhost
subdomains:
www, assets
a, b, c
a
b
c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment