Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ the string. Other instances may occur where reading invalid JSON text does not c
error to be generated. Malformed JSON Texts such as missing end " (quote) on strings or
invalid number formats (1.2e6.3) will cause errors as such documents can not be read
reliably.

For those users who require an implementation of of the org.json libraries utilizing a
well-recognized open-source license (Apache ver. 2.0), a clean-room implemenation of the
org.json API was performed and is now available at [https://github.com/openjson].
This alternative version places the classes into the com.github.openjson package, which prevents
class conflicts with implementations utilizing the org.json libraries.


Release history:
20171018 Checkpoint for recent commits.
Expand Down