CSON, aka CoffeeScript Object Notation, is an open source data notation created in 2011 by Benjamin Lupton.
#246on PLDB | 13Years Old | 16Repos |
git clone https://github.com/bevry/cson
CoffeeScript-Object-Notation. Same as JSON but for CoffeeScript objects.
{'Hello': 'World'}
'menu': [
{
'label': 'Packages'
'submenu': [
'label': 'Wercker Status'
'submenu': [
{ 'label': 'Check now!', 'command': 'wercker-status:checknow' }
]
]
}
]