Currently, fast-json-schema-patch generates patches but lacks the ability to apply them back to reconstruct JSON documents.
In addition to fast-json-schema-patch, I also need to rely on older libraries like fast-json-patch for patch application.
Ideally, I would like to completely replace fast-json-patch with fast-json-schema-patch.
Awesome library though. I'm surprised no one has found it yet. I'm using it for the patches. But using another to reconstruct.
Currently,
fast-json-schema-patchgenerates patches but lacks the ability to apply them back to reconstruct JSON documents.In addition to
fast-json-schema-patch, I also need to rely on older libraries likefast-json-patchfor patch application.Ideally, I would like to completely replace
fast-json-patchwithfast-json-schema-patch.Awesome library though. I'm surprised no one has found it yet. I'm using it for the patches. But using another to reconstruct.