Open nathangobinet opened 3 months ago
Migrating from fast-json-patch to jsondiffpatch I encouter an error using a property name that include a '/' character with the jsonpatch formatter.
The following object property name:
tree/item
should be formatted as
tree~1item
and is formatted as :
causing wrong jsonpatch operation path.
See RFC 6902 for details : https://datatracker.ietf.org/doc/html/rfc6902#appendix-A.14
Migrating from fast-json-patch to jsondiffpatch I encouter an error using a property name that include a '/' character with the jsonpatch formatter.
The following object property name:
should be formatted as
and is formatted as :
causing wrong jsonpatch operation path.
See RFC 6902 for details : https://datatracker.ietf.org/doc/html/rfc6902#appendix-A.14