You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For projects using jsoncpp to parse JSON configuration files, it would be useful to be able to obtain the actual file location (i.e. line, column) of a given JSON value. This way, it would be possible to print the line and column when reporting config validation errors, which would make such error messages more user/developer friendly.
If adding this functionality to the jsoncpp API is not desirable, is there an API to extend the parser to add such a feature?