jdereg / json-io

Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer. Deep copy Java object graphs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadOptionsBuilder

JFWPublic opened this issue · comments

There seems to be a mismatch between the code and the JavaDocs. For 4.19.1 the JavaDocs still have a class "ReadOptionsBuilder" but there doesn't appear to be any such class in the actual code.

If you look in the json-io 4.19.1.jar file, you will see both ReadOptionsBuilder and ReadOptions in 4.19.1. This also matches the userguide docs in 4.19.1 in the userguide.md file.