JsonPatch typedef

An RFC 6902 JSON Patch: an ordered list of operations.

Implementation

typedef JsonPatch = List<JsonPatchOperationMap>;