Lines Matching defs:j
103 static void to_json(BasicJsonType& j, age a) in to_json()
109 static void to_json(BasicJsonType& j, const name& n) in to_json()
115 static void to_json(BasicJsonType& j, country c) in to_json()
134 static void to_json(BasicJsonType& j, const person& p) in to_json()
139 static void to_json(nlohmann::json& j, const address& a) in to_json()
144 static void to_json(nlohmann::json& j, const contact& c) in to_json()
149 static void to_json(nlohmann::json& j, const contact_book& cb) in to_json()
192 static void from_json(const BasicJsonType& j, age& a) in from_json()
198 static void from_json(const BasicJsonType& j, name& n) in from_json()
204 static void from_json(const BasicJsonType& j, country& c) in from_json()
220 static void from_json(const BasicJsonType& j, person& p) in from_json()
227 static void from_json(const nlohmann::json& j, address& a) in from_json()
232 static void from_json(const nlohmann::json& j, contact& c) in from_json()
238 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json()
411 json j = optPerson; variable
424 json j = person; variable
442 json j = lt; variable
448 json j = 4242; variable
524 json j = optPerson; variable
537 json j = person; variable
631 static void to_json(BasicJsonType& j, const non_pod& np) in to_json()
637 static void from_json(const BasicJsonType& j, non_pod& np) in from_json()
666 custom_json j = p; variable
703 json j = me; variable
716 json j; variable
723 json j = true; variable
738 json j = {1, 2, 3}; variable
745 json j = 42; variable
752 json j = 42.0; variable
759 json j = 42u; variable
766 json j = "forty-two"; variable
773 json j = json::binary({1, 2, 3}, 42); variable
783 json j = {{"forty", "two"}}; variable
791 json j = 42; variable
837 auto j = json::array(); variable