google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Create RJSON processor #700

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
RJSON converts any JSON data collection into more compact recursive form. 
Compressed data is still JSON and can be parsed with JSON.parse. RJSON can 
compress not only homogeneous collections, but also any data sets with free 
structure.

Create a processor which could be used on javascript resources, which would 
compress JSON using the RJSON algorithm.

Original issue reported on code.google.com by alex.obj...@gmail.com on 7 Apr 2013 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 12 May 2013 at 5:21