Lines Matching defs:j
102 void from_json(const json& j, Data& data) in from_json()
171 explicit sax_no_exception(json& j) : nlohmann::detail::json_sax_dom_parser<json>(j, false) {} in sax_no_exception()
266 auto j = json::parse(geojsonExample, cb, true); variable
272 float_json j = 1000.0; variable
314 json j = variable
403 json j = json::parse("[-9223372036854775808]"); variable
410 json j = smallest; variable
416 json j = {{"root", {{"settings", {{"logging", true}}}}}}; variable
428 json j; variable
436 json j = val; variable
485 json j = json::from_msgpack(data.data(), data.size()); variable
498 json j{{"x", "test"}}; variable
539 json j = json::parse(ss, nullptr, true, true); variable
548 json j = json::parse(s); variable
558 json j = { 7, 4 }; variable
566 json j = 7; variable
574 json j = { 3, 8 }; variable
581 json j = { 4, 1 }; variable
588 json j = { 6, 7 }; variable
595 json j = 7; variable
603 json j = { 9 }; variable
609 json j = { 9, 8, 7 }; variable
617 json j = 7; variable
651 json j; variable