Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Well you could use CSON, which uses CoffeeScript notation that allows for constructs such as:

required: [

  'firstName'

  'lastName'
]

which is the same as:

{

  "required": [

    "firstName",

    "lastName"

  ]
}

in JSON :)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: