fujinet-firmware
fujinet-firmware copied to clipboard
Need a way to query and filter JSON (like libjq, if not libjq itself)
trafficstars
Just as with #444 we need a way to do the same for JSON. https://github.com/stedolan/jq
This is very good. I've used it but not in ESP-IDF.
https://github.com/bblanchon/ArduinoJson
A bit of info to get it to work.
https://community.platformio.org/t/arduinojson-with-esp-idf/19027
This also may be an option.
https://github.com/nlohmann/json
closed, as we implemented using the path functions in cJSON.