java-json-tools/json-patch

Restrict certain paths and operations

Opened this issue · 3 comments

As far as I can tell, there is no built-in implementation to restrict combinations of paths and operations. Are there plans to implement this and maybe a RestrictedJsonPatchException to be thrown when restricted paths/operations are applied?

It would be great if it also had some validation tools.

I believe this should be a core feature because I don't see another feasible way to restrict certain variables from being altered.