JsonUtilities.Patch(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static string Patch (string originalJsonString, string patchJsonString);
static member Patch : string * string -> string
Public Shared Function Patch (originalJsonString As String, patchJsonString As String) As String
Parameters
- originalJsonString
- String
- patchJsonString
- String