mirror of
https://github.com/fangyidong/json-simple.git
synced 2025-12-06 07:20:53 +03:00
1.1 candidate
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
ChangeLog
|
||||
|
||||
Version 1.1 (2009/01/23)
|
||||
* Supports stoppable SAX-like content handler for streaming of JSON text
|
||||
* Added JSONStreamAware to support streaming JSON text
|
||||
* Added ContainerFactory to support creating arbitrary Map and List as JSON object and JSON array container during decoding
|
||||
* Supports any Map and List as JSON object and JSON array container during encoding
|
||||
* Added interface JSONAware
|
||||
* Added ParseException to get detail error report while parsing
|
||||
* Added escaping for Unicode characters that cause problems for browser JS eval
|
||||
|
||||
Version 1.02 (2009/01/10)
|
||||
* Updated json.lex to improve performance of the lexer
|
||||
* Removed Rope.java and related junit test
|
||||
|
||||
Reference in New Issue
Block a user