1.6.3 • Published 8 years ago

rson v1.6.3

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

NPM Donate

RSON

Recursive Simplified Object Notation

Why RSON?

Rson is much compacter than JSON. It was designed to have a minimum number of charactors. It also supports recursion and functions. RSON is made for preserving complex object structures as a string.

Usage

npm install rson

code

var RSON = require('rson');
...

RSON.stringify(objects); // use to stringify

...

RSON.parse(rsontext); // use to parse

For browsers

for minified https://cdn.rawgit.com/AJS-development/RSON/master/browsers/rson-minified.js

non-minified https://cdn.rawgit.com/AJS-development/RSON/master/browsers/rson.js

Usage
<script type="text/javascript" src="https://cdn.rawgit.com/AJS-development/RSON/master/browsers/rson-minified.js"></script>
1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.8

9 years ago

1.5.6

9 years ago

1.5.4

9 years ago

1.5.2

9 years ago

1.5.0

9 years ago

1.4.9

9 years ago

1.4.8

9 years ago

1.4.7

9 years ago

1.4.5

9 years ago

1.4.0

9 years ago

1.3.9

9 years ago

1.3.8

9 years ago

1.3.6

9 years ago

1.3.5

9 years ago

1.3.2

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago