Skip to content

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

Open
@gwisp2

Description

@gwisp2

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions