Microsoft.AspNetCore.JsonPatch.Helpers Namespace

Provides helper classes involved in handling JSON Patch requests.

Classes

GetValueResult

Return value for the helper method used by Copy/Move. Needed to ensure we can make a different decision in the calling method when the value is null because it cannot be fetched (HasError = true) versus when it actually is null (much like why RemovedPropertyTypeResult is used for returning type in the Remove operation).

Remarks

For more information about handling JSON Patch requests, JsonPatch in ASP.NET Core web API.