diff --git a/library.json b/library.json index 31c713c..1ccc492 100644 --- a/library.json +++ b/library.json @@ -17,12 +17,19 @@ } ], "dependencies": - { - "name": "ESP Async WebServer", - "authors": "Hristo Gochkov", - "frameworks": "arduino" - }, + [ + { + "name": "ESP Async WebServer", + "authors": "Hristo Gochkov", + "frameworks": "arduino" + }, + { + "name": "ArduinoJson", + "authors": "Benoit Blanchon", + "frameworks": "arduino" + } + ], "version": "1.5.4", "frameworks": "arduino", "platforms": "*" -} \ No newline at end of file +}