Lines Matching defs:target
42 // For example, an "add" with a target location of "/a/b" starting
87 // An example target JSON document:
116 // An example target JSON document:
142 // An example target JSON document:
171 // An example target JSON document:
197 // An example target JSON document:
228 // An example target JSON document:
270 // An example target JSON document:
296 // An example target JSON document:
320 // An example target JSON document:
343 // An example target JSON document:
375 // An example target JSON document:
403 // An example target JSON document:
415 // This JSON Patch document, applied to the target JSON document
417 // applied), because the "add" operation's target location that
429 // An example target JSON document:
460 // An example target JSON document:
486 // An example target JSON document:
517 // If the path is the root of the target document - the
518 // specified value becomes the entire content of the target
521 // An example target JSON document:
547 // An example target JSON document:
570 // An example target JSON document:
632 json target = source.patch(p1);
633 // target = { "D": "Berlin", "F": "Paris", "GB": "London" }
634 CHECK(target == R"({ "D": "Berlin", "F": "Paris", "GB": "London" })"_json);
637 json p2 = json::diff(target, source); // NOLINT(readability-suspicious-call-argument)
785 SECTION("nonexisting target location (array)")
792 SECTION("nonexisting target location (object)")
799 SECTION("root element as target location")
842 SECTION("nonexisting target location (array)")
849 SECTION("nonexisting target location (object)")