fujinet-firmware icon indicating copy to clipboard operation
fujinet-firmware copied to clipboard

Need a way to query and filter JSON (like libjq, if not libjq itself)

Open tschak909 opened this issue 4 years ago • 3 comments
trafficstars

Just as with #444 we need a way to do the same for JSON. https://github.com/stedolan/jq

tschak909 avatar Apr 17 '21 22:04 tschak909

This is very good. I've used it but not in ESP-IDF.

https://github.com/bblanchon/ArduinoJson

idolpx avatar Apr 18 '21 22:04 idolpx

A bit of info to get it to work.

https://community.platformio.org/t/arduinojson-with-esp-idf/19027

idolpx avatar Apr 18 '21 23:04 idolpx

This also may be an option.

https://github.com/nlohmann/json

idolpx avatar Apr 18 '21 23:04 idolpx

closed, as we implemented using the path functions in cJSON.

tschak909 avatar Feb 21 '23 15:02 tschak909