ArduinoJson icon indicating copy to clipboard operation
ArduinoJson copied to clipboard

Feature request: ability to get the path of JsonVariant in a document

Open gwisp2 opened this issue 2 years ago • 0 comments

Hello! Thanks for the great library!

I suggest adding ability to get the path of JsonVariant in a document, or at least to check that two JsonVariant point to the same location of the document. The latter can be used to implement the former by traversing the whole document. As I understand JsonVariant::operator==() compares content, not pointers.

My usecase: I parse some JSON structures received from network and if parsing fails I would like to easily send back error messages with the exact path to json part that caused a parsing error.

gwisp2 avatar Sep 01 '21 15:09 gwisp2