we use at least json-20170516.jar and json-simple-1.1.1.jar in our code.
The latter appears to be unmaintained and leaks a dependency to junit 4.10 and makes peoples' lives harder (see #75). We should, in general, be happy with one JSON library (at most, given that Java has built-in JSON capabilities).
we use at least json-20170516.jar and json-simple-1.1.1.jar in our code. The latter appears to be unmaintained and leaks a dependency to junit 4.10 and makes peoples' lives harder (see #75). We should, in general, be happy with one JSON library (at most, given that Java has built-in JSON capabilities).