idubrov / json-patch

RFC 6902 (JSON Patch) / RFC 7396 (JSON Merge Patch) implementation for Rust
Apache License 2.0
127 stars 17 forks source link

Provide better errors #19

Closed idubrov closed 1 year ago

idubrov commented 1 year ago

Currently, errors don't contain any context information and are pretty much useless. Need to provide the location in the document, what was missing, etc.