README
authorNiki Roo <niki@nikiroo.be>
Sat, 2 May 2020 12:56:07 +0000 (14:56 +0200)
committerNiki Roo <niki@nikiroo.be>
Sat, 2 May 2020 12:56:07 +0000 (14:56 +0200)
README-fr.md
README.md

index 90c37859a00bb94f7a6d1bfab43d0559ea706bc3..32095cea060fe60d49380a901cbb09dee211892b 100644 (file)
@@ -94,6 +94,7 @@ Nécessaires :
 - ```src/be/nikiroo/fanfix```: la librairie Fanfix sur laquelle tout le programme est basé, inclus en tant que subtree
 - [```libs/unbescape-sources.jar```](https://github.com/unbescape/unbescape): une librairie sympathique pour convertir du texte depuis/vers beaucoup de formats ; utilisée ici pour la partie HTML
 - [```libs/jsoup-sources.jar```](https://jsoup.org/): une libraririe pour parser du HTML
+- [```libs/JSON-java-20190722-sources.jar```](https://github.com/stleary/JSON-java): une libraririe pour parser du JSON
 
 Optionnelles :
 
index d0ff0e5932065575172bb8d8dfa91cbecdb1edbd..0fd1a927b456b28a77222c0636004e2a81e6a5fe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,6 +94,7 @@ Required:
 - ```src/be/nikiroo/fanfix```: the fanfix library upon which all the program is based, included as a subtree
 - [```libs/unbescape-sources.jar```](https://github.com/unbescape/unbescape): a nice library to escape/unescape a lot of text formats; used here for HTML
 - [```libs/jsoup-sources.jar```](https://jsoup.org/): a library to parse HTML
+- [```libs/JSON-java-20190722-sources.jar```](https://github.com/stleary/JSON-java): a library to parse JSON
 
 Optional: