json-patch ~master (2018-06-02T21:01:17Z)
Dub
Repo
AddOperation
vision
json
patch
operation
add
Undocumented in source.
class
AddOperation : DiffOperation {
JsonItem
value
;
string
op
[@property getter];
this
(T path, JsonItem value);
JsonItem
toJson
();
bool
applyToPtr
(JsonItem* document);
}
Constructors
this
this
(T path, JsonItem value)
Undocumented in source.
Members
Functions
applyToPtr
bool
applyToPtr
(JsonItem* document)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
JsonItem
toJson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
op
string
op
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
value
JsonItem
value
;
Undocumented in source.
Meta
Source
See Implementation
vision
json
patch
operation
add
classes
AddOperation