6.0.1 (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_strict
- ParserContext.PARSER_inputStreamCharset
- ParserContext.PARSER_fileCharset
- Removed JsonParserContext.JSON_strictMode. Replaced by PARSER_strict.
- byte[] arrays can now be passed to {@link oaj.parser.Parser#parse(Object,Class)} for reader-based parsers.