v1.1.4
Latest
2022.3+

Class JSONPatchHelpers

Inheritance
System.Object
JSONPatchHelpers
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Global Namespace
Syntax
public static class JSONPatchHelpers

Methods

CreateJSONPatch(String[])

Declaration
public static string CreateJSONPatch(params string[] patches)
Parameters
TypeNameDescription
System.String[]patches
Returns
TypeDescription
System.String

CreateJSONPatchOp(JSONPatchOp, String, String)

Declaration
public static string CreateJSONPatchOp(JSONPatchOp opEnum, string path, string value = null)
Parameters
TypeNameDescription
JSONPatchOpopEnum
System.Stringpath
System.Stringvalue
Returns
TypeDescription
System.String