On 28.05.2015, at 12:55, Konrad Windszus <[email protected]> wrote: > > If we deprecate the parsing functionality of commons.json we should rather > point to JSR 353
Good point, we should point to all of them. These seem to be pretty new, so not sure how ready they are. > (https://json-processing-spec.java.net/nonav/releases/1.0/fcs/javadocs/index.html) > and one of the implementations (https://jsonp.java.net/ or > http://owlike.github.io/genson/ AFAIK) as an alternative instead of the not > really maintained json.org implementation > (https://github.com/douglascrockford/JSON-java/blob/master/README). FWIW, it is maintained by someone else now, see commit history: https://github.com/douglascrockford/JSON-java/commits/master Cheers, Alex
