50 |
26 Feb 19 |
nicklas |
ChangeLog |
50 |
26 Feb 19 |
nicklas |
2 |
|
50 |
26 Feb 19 |
nicklas |
Version 1.1.1 (2012/01/29) |
50 |
26 Feb 19 |
nicklas |
* Supports OSGi |
50 |
26 Feb 19 |
nicklas |
* Accepts a java.util.Map parameter in constructor of JSONObject |
50 |
26 Feb 19 |
nicklas |
6 |
|
50 |
26 Feb 19 |
nicklas |
Version 1.1 (2009/01/23) |
50 |
26 Feb 19 |
nicklas |
* Supports stoppable SAX-like content handler for streaming of JSON text |
50 |
26 Feb 19 |
nicklas |
* Added JSONStreamAware to support streaming JSON text |
50 |
26 Feb 19 |
nicklas |
* Added ContainerFactory to support creating arbitrary Map and List as JSON object and JSON array container during decoding |
50 |
26 Feb 19 |
nicklas |
* Supports any Map and List as JSON object and JSON array container during encoding |
50 |
26 Feb 19 |
nicklas |
* Added interface JSONAware |
50 |
26 Feb 19 |
nicklas |
* Added ParseException to get detail error report while parsing |
50 |
26 Feb 19 |
nicklas |
* Added escaping for Unicode characters that cause problems for browser JS eval |
50 |
26 Feb 19 |
nicklas |
15 |
|
50 |
26 Feb 19 |
nicklas |
Version 1.02 (2009/01/10) |
50 |
26 Feb 19 |
nicklas |
* Updated json.lex to improve performance of the lexer |
50 |
26 Feb 19 |
nicklas |
* Removed Rope.java and related junit test |
50 |
26 Feb 19 |
nicklas |
19 |
|
50 |
26 Feb 19 |
nicklas |
Version 1.01 (2008/08/26) |
50 |
26 Feb 19 |
nicklas |
* License changed to a more commerce friendly and clear one, Apache License 2.0 |
50 |
26 Feb 19 |
nicklas |
* Use JFlex to generate a faster Yylex.java |
50 |
26 Feb 19 |
nicklas |
* Added Rope.java to get faster string operations |
50 |
26 Feb 19 |
nicklas |
* Separate test codes from source codes |
50 |
26 Feb 19 |
nicklas |
* Added ant build file build.xml |
50 |
26 Feb 19 |
nicklas |
26 |
|
50 |
26 Feb 19 |
nicklas |
Version 1.0 (2006/04/15) |
50 |
26 Feb 19 |
nicklas |
* Initial version |