KevinDockx / JsonPatch

JSON Patch (JsonPatchDocument) RFC 6902 implementation for .NET
MIT License
174 stars 28 forks source link

Is there a method to check specified fields inside a JSONPatch #87

Closed dpescatore closed 4 years ago

dpescatore commented 6 years ago

Is there a method to check if a specific field is interessed by an Operation of a JsonPatchDocument?

I'd like to avoid cicle over Operations and check paths one by one.

It could be better to have a specific method.

Thanks

KevinDockx commented 5 years ago

Seem to have missed this year-old question :-( Anyway, no, that doesn't exist at the moment - but I'm open to PRs :-)