SwiftDocCJSONPatchApplierStructureJSONPatchApplierA utility type for applying JSON patches.struct JSONPatchApplierDiscussionUse this type to apply JSONPatchOperation values onto JSON.TopicsInitializersinit()Creates a new JSON patch applier.Instance Methodsfunc apply(JSONPatch, to: Data) throws -> DataApplies the given patch onto the given JSON data.Enumerationsenum ErrorAn error that occurred during the application of a JSON patch.