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
Type | Name | Description |
---|---|---|
System.String[] | patches |
Returns
Type | Description |
---|---|
System.String |
CreateJSONPatchOp(JSONPatchOp, String, String)
Declaration
public static string CreateJSONPatchOp(JSONPatchOp opEnum, string path, string value = null)
Parameters
Type | Name | Description |
---|---|---|
JSONPatchOp | opEnum | |
System.String | path | |
System.String | value |
Returns
Type | Description |
---|---|
System.String |