json-simple/vendor/json-simple-1.1.1/ChangeLog.txt

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