Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json GIT_TAG v3.7.3) GIT_TAG v3.8.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) Loading include/nlohmann/json.hpp +2675 −885 File changed.Preview size limit exceeded, changes collapsed. Show changes include/nlohmann/json_fwd.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ template<template<typename U, typename V, typename... Args> class ObjectType = class NumberFloatType = double, template<typename U> class AllocatorType = std::allocator, template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer> adl_serializer, class BinaryType = std::vector<std::uint8_t>> class basic_json; /*! Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ include(FetchContent) FetchContent_Declare(json GIT_REPOSITORY https://github.com/ArthurSonzogni/nlohman_json GIT_TAG v3.7.3) GIT_TAG v3.8.0) FetchContent_GetProperties(json) if(NOT json_POPULATED) Loading
include/nlohmann/json.hpp +2675 −885 File changed.Preview size limit exceeded, changes collapsed. Show changes
include/nlohmann/json_fwd.hpp +2 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ template<template<typename U, typename V, typename... Args> class ObjectType = class NumberFloatType = double, template<typename U> class AllocatorType = std::allocator, template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer> adl_serializer, class BinaryType = std::vector<std::uint8_t>> class basic_json; /*! Loading