Lines Matching refs:nlohmann
4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json
6 // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann <https://nlohmann.me>
17 #include <nlohmann/detail/value_t.hpp>
18 #include <nlohmann/detail/string_escape.hpp>
19 #include <nlohmann/detail/input/position_t.hpp>
20 #include <nlohmann/detail/macro_scope.hpp>
21 #include <nlohmann/detail/meta/cpp_future.hpp>
22 #include <nlohmann/detail/meta/type_traits.hpp>
23 #include <nlohmann/detail/string_concat.hpp>
35 /// @sa https://json.nlohmann.me/api/basic_json/exception/
133 /// @sa https://json.nlohmann.me/api/basic_json/parse_error/
186 /// @sa https://json.nlohmann.me/api/basic_json/invalid_iterator/
204 /// @sa https://json.nlohmann.me/api/basic_json/type_error/
221 /// @sa https://json.nlohmann.me/api/basic_json/out_of_range/
238 /// @sa https://json.nlohmann.me/api/basic_json/other_error/