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 {@del ParserContext}.
- {@del ParserContext#PARSER_strict}
- {@del ParserContext#PARSER_inputStreamCharset}
- {@del 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.