|
|
Subscribe / Log in / New account

Apache and the JSON license

Apache and the JSON license

Posted Dec 5, 2016 14:36 UTC (Mon) by mirabilos (subscriber, #84359)
Parent article: Apache and the JSON license

http://stackoverflow.com/a/34418410/2171120

Mostly compatible replacement we use:

<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
<version>0.0.20131108.vaadin1</version>
</dependency>

I got this comment:

I have also packaged this onto Maven and made a number of changes to make it easier to port to. Notably, JSONException is now unchecked. See github.com/tdunning/open-json (also available via maven) – Ted Dunning yesterday

This should make adoption even easier.

Now JSHint/JSLint are harder to replace, but I’d say throw them into Crackford’s face and just remove them from the face of the world.


to post comments

Apache and the JSON license

Posted Dec 5, 2016 17:11 UTC (Mon) by keis (guest, #87838) [Link] (1 responses)

eslint does a really good job of replacing both jshint and jslint

Apache and the JSON license

Posted Dec 5, 2016 22:46 UTC (Mon) by bronson (subscriber, #4806) [Link]

eslint really is great. I haven't used jshint in a year, and jslint for many years.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds