Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent GIT_TAG v3.8.0) GIT_TAG v3.9.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) Loading include/nlohmann/json.hpp +4736 −4054 File changed.Preview size limit exceeded, changes collapsed. Show changes include/nlohmann/json_fwd.hpp +13 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,19 @@ uses the standard template types. @since version 1.0.0 */ using json = basic_json<>; template<class Key, class T, class IgnoredLess, class Allocator> struct ordered_map; /*! @brief ordered JSON class This type preserves the insertion order of object keys. @since version 3.9.0 */ using ordered_json = basic_json<nlohmann::ordered_map>; } // namespace nlohmann #endif // INCLUDE_NLOHMANN_JSON_FWD_HPP_ Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent GIT_TAG v3.8.0) GIT_TAG v3.9.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) Loading
include/nlohmann/json.hpp +4736 −4054 File changed.Preview size limit exceeded, changes collapsed. Show changes
include/nlohmann/json_fwd.hpp +13 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,19 @@ uses the standard template types. @since version 1.0.0 */ using json = basic_json<>; template<class Key, class T, class IgnoredLess, class Allocator> struct ordered_map; /*! @brief ordered JSON class This type preserves the insertion order of object keys. @since version 3.9.0 */ using ordered_json = basic_json<nlohmann::ordered_map>; } // namespace nlohmann #endif // INCLUDE_NLOHMANN_JSON_FWD_HPP_