Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • bundles/commons/json
  • bundles/commons/log-webconsole
  • bundles/commons/metrics
  • launchpad/builder
  • contrib/extensions/slf4j-mdc
  • tooling/ide/impl-resource-test

Candidates

Apache Johnzon

Home page: http://johnzon.apache.org/

Cons:

GSON

Home page: https://github.com/google/gson

Jackson

Home page: https://github.com/FasterXML/jackson

JSON-P RI

Home page: https://jsonp.java.net/

Cons:

Open JSON

Actually a clean room implementation of the org.json API taken from the Android project.

Home page: https://github.com/tdunning/open-json

Cons:

  • Is not OSGi ready
  • I think it uses the same package names as the original json.org library, we also do that and ours has slightly different behavior, the whole thing might get more confusing than just switching to something else.