• Home
  • Raw
  • Download

Lines Matching defs:j

84 static void to_json(BasicJsonType& j, age a)  in to_json()
90 static void to_json(BasicJsonType& j, const name& n) in to_json()
96 static void to_json(BasicJsonType& j, country c) in to_json()
115 static void to_json(BasicJsonType& j, const person& p) in to_json()
120 static void to_json(nlohmann::json& j, const address& a) in to_json()
125 static void to_json(nlohmann::json& j, const contact& c) in to_json()
130 static void to_json(nlohmann::json& j, const contact_book& cb) in to_json()
173 static void from_json(const BasicJsonType& j, age& a) in from_json()
179 static void from_json(const BasicJsonType& j, name& n) in from_json()
185 static void from_json(const BasicJsonType& j, country& c) in from_json()
201 static void from_json(const BasicJsonType& j, person& p) in from_json()
208 static void from_json(const nlohmann::json& j, address& a) in from_json()
213 static void from_json(const nlohmann::json& j, contact& c) in from_json()
219 static void from_json(const nlohmann::json& j, contact_book& cb) in from_json()
392 json j = optPerson; variable
405 json j = person; variable
423 json j = lt; variable
429 json j = 4242; variable
505 json j = optPerson; variable
518 json j = person; variable
612 static void to_json(BasicJsonType& j, const non_pod& np) in to_json()
618 static void from_json(const BasicJsonType& j, non_pod& np) in from_json()
647 custom_json j = p; variable
684 json j = me; variable
697 json j; variable
704 json j = true; variable
719 json j = {1, 2, 3}; variable
726 json j = 42; variable
733 json j = 42.0; variable
740 json j = 42u; variable
747 json j = "forty-two"; variable
754 json j = json::binary({1, 2, 3}, 42); variable
764 json j = {{"forty", "two"}}; variable
772 json j = 42; variable
818 auto j = json::array(); variable
861 json j = vec; variable