json-patch ~master (2018-06-02T21:01:17Z)
Dub
Repo
CopyOperation
vision
json
patch
operation
copy
Undocumented in source.
class
CopyOperation : DiffOperation {
JsonPointer
from
;
string
s_path
;
this
(string path, JsonPointer from);
this
(string path, string from);
string
op
[@property getter];
JsonItem
toJson
();
bool
applyToPtr
(JsonItem* document);
}
Constructors
this
this
(string path, JsonPointer from)
Undocumented in source.
this
this
(string path, string from)
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
from
JsonPointer
from
;
Undocumented in source.
s_path
string
s_path
;
Undocumented in source.
Meta
Source
See Implementation
vision
json
patch
operation
copy
classes
CopyOperation