Jsonpatch v0.6.2 Jsonpatch.Operation.Remove View Source
A JSON patch remove operation is responsible for removing values.
Link to this section Summary
Functions
Removes the element referenced by the JSON patch path.
Link to this section Types
Specs
t() :: %Jsonpatch.Operation.Remove{path: String.t()}