1.1 candidate

This commit is contained in:
fangyidong
2009-01-23 06:28:59 +00:00
parent af440720f8
commit 0e046d1b85
21 changed files with 1803 additions and 605 deletions

View File

@@ -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