dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
21 stars 8 forks source link

decide on one JSON library to use (preferably JAVA built-in?) #76

Closed timobaumann closed 6 years ago

timobaumann commented 6 years ago

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).

timobaumann commented 6 years ago

fixed in c9758a2