README: add dependency
authorNiki Roo <niki@nikiroo.be>
Sat, 2 May 2020 20:36:15 +0000 (22:36 +0200)
committerNiki Roo <niki@nikiroo.be>
Sat, 2 May 2020 20:36:15 +0000 (22:36 +0200)
README-fr.md
README.md

index 71181fedcd364d9e9f76bffdd5c1135bd8b34e3d..ab13415a7d996a4b82ddba04c27d16074a21fb22 100644 (file)
@@ -134,6 +134,7 @@ Nécessaires :
 - ```libs/nikiroo-utils-sources.jar```: quelques utilitaires partagés
 - [```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 ff8124b6f808e2ef37e65f38c8c89edd17774969..482d631e81fe84c19d455eba80efa9a294af3a4f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,6 +137,7 @@ Required:
 - ```libs/nikiroo-utils-sources.jar```: some shared utility functions
 - [```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: