Lines Matching defs:object
188 j.push_back(json::object(
196 // create JSON object
202 // create another JSON object by deserializing the serialization
259 // unsigned integer object creation - expected to wrap and still be stored as an integer
269 // integer object creation - expected to wrap and still be stored as an integer
317 SECTION("issue #100 - failed to iterator json object with reverse_iterator")
599 {"object", {{"key1", 1}, {"key2", 2}}},
602 int at_integer{j.at("/object/key2"_json_pointer)};
603 int val_integer = j.value("/object/key2"_json_pointer, 0);
612 json object;
614 object = object.patch(patch);
649 SECTION("issue #323 - add nested object capabilities to pointers")
1432 // "[json.exception.out_of_range.408] excessive object size: 8658170730974374167");
1458 // skip object elements with key "Thumbnail"
1508 template <typename T> class object {};