Skip to content
/ CSON Public

A CoffeeScript and JavaScript library for handling CSON data.

Notifications You must be signed in to change notification settings

pickhardt/CSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cson.coffee and cson.js (version 0.1.0)

What is CSON?

CSON stands for CoffeeScript Object Notation. It is a format for storing data, like YAML, JSON, and XML. It is a subset of the CoffeeScript language.

Usage

cson.coffee and cson.js can be used to stringify objects. Simply download this project and include the relevant file in your application.

Like Douglas Crockford's JSON library, this CSON library is used with the following command:

CSON.stringify(object)

Currently, there is no light-weight CSON.parse. However, you can parse a CSON object with CoffeeScript's compiler, as is done in this project.

License

Released under the Apache License 2.0.

About

A CoffeeScript and JavaScript library for handling CSON data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published