Lines Matching defs:j
96 void from_json(const json& j, Data& data) in from_json()
166 explicit sax_no_exception(json& j) in sax_no_exception()
213 inline void from_json(const nlohmann::json& j, FooBar& fb) in from_json()
241 inline void from_json(const json& j, for_3171_base& tb) in from_json()
256 inline void from_json(const json& j, for_3312& obj) in from_json()
308 inline for_3333::for_3333(const json& j) in for_3333()
393 auto j = json::parse(geojsonExample, cb, true); variable
399 float_json j = 1000.0; variable
443 json j = variable
515 json j = json::parse("[-9223372036854775808]"); variable
522 json j = smallest; variable
528 json j = {{"root", {{"settings", {{"logging", true}}}}}}; variable
542 json j; variable
551 json j = val; variable
600 json j = json::from_msgpack(data.data(), data.size()); variable
612 json j{{"x", "test"}}; variable
662 json j = json::parse(ss, nullptr, true, true); variable
671 json j = json::parse(s); variable
681 json j = {7, 4}; variable
688 json j = 7; variable
696 json j = {3, 8}; variable
703 json j = {4, 1}; variable
710 json j = {6, 7}; variable
717 json j = 7; variable
725 json j = {9}; variable
731 json j = {9, 8, 7}; variable
739 json j = 7; variable
773 json j; variable
808 json j = {1, 2, 3, 4}; variable
833 json j; variable
841 ordered_json j = {1, 2, 2, 4}; variable
870 json j{{ "str", "value"}}; variable
884 ordered_json j = {{"name", "class"}}; variable
896 json j; variable
916 const json j variable