Skip to content
Snippets Groups Projects
Commit e02b50a4 authored by GitHub Actions's avatar GitHub Actions
Browse files

Upstream release v3.8.0

parent 82f70c08
No related branches found
Tags v3.8.0
No related merge requests found
......@@ -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)
......
This diff is collapsed.
......@@ -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;
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment