Release 6.0.1
Date: Jan 3, 2017
Juneau 6.0.1 is a minor update.
org.apache.juneau
-
General improvements to JSON parser.
- Several fixes to handle obscure edge cases.
-
New properties in
ParserContext.ParserContext.PARSER_strictParserContext.PARSER_inputStreamCharsetParserContext.PARSER_fileCharset
-
Removed
JsonParserContext.JSON_strictMode
. Replaced byPARSER_strict
. -
byte[]
arrays can now be passed to Parser.parse(Object,Class) for reader-based parsers.