Lines Matching refs:value
413 {"value", 42.99},
433 {"/object/value", 42.99},
460 "[json.exception.type_error.313] invalid value to unflatten", json::type_error&);
534 {"value", 42.99},
610 {"value", 42.99},
740 CHECK(std::is_same<json_ptr_str::string_t, json::json_pointer::string_t>::value);
741 CHECK(std::is_same<json_ptr_str::string_t, ordered_json::json_pointer::string_t>::value);
742 CHECK(std::is_same<json_ptr_str::string_t, json_ptr_j::string_t>::value);
743 CHECK(std::is_same<json_ptr_str::string_t, json_ptr_oj::string_t>::value);
760 CHECK(j.value(ptr, "x") == j.value(ptr_j, "x"));
761 CHECK(j.value(ptr, "x") == j.value(ptr_oj, "x"));