50 |
26 Feb 19 |
nicklas |
ChangeLog |
50 |
26 Feb 19 |
nicklas |
2 |
|
58 |
26 Feb 19 |
nicklas |
Version 1.1.1-1 (2019/02/26) (Nicklas Nordborg) |
58 |
26 Feb 19 |
nicklas |
* Introduced generic type parameters in a lot of places. Most importantly: |
58 |
26 Feb 19 |
nicklas |
JSONArray = List<Object> |
58 |
26 Feb 19 |
nicklas |
JSONObject = Map<String, Object> |
58 |
26 Feb 19 |
nicklas |
7 |
|
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 |
11 |
|
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 |
20 |
|
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 |
24 |
|
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 |
31 |
|
50 |
26 Feb 19 |
nicklas |
Version 1.0 (2006/04/15) |
50 |
26 Feb 19 |
nicklas |
* Initial version |