Module json_patch

Module json_patch 

Source

Structs§

JsonPatch
JsonPatch : A JSONPatch document as defined by RFC 6902

Enums§

OpEnum
The operation to be performed. One of "add", "remove", "replace", "move", "copy", or "test".