Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nlohmann_json_cmake_fetchcontent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
刘 冠章
nlohmann_json_cmake_fetchcontent
Commits
e02b50a4
Commit
e02b50a4
authored
4 years ago
by
GitHub Actions
Browse files
Options
Downloads
Patches
Plain Diff
Upstream release v3.8.0
parent
82f70c08
No related branches found
Branches containing commit
Tags
v3.8.0
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
include/nlohmann/json.hpp
+2675
-885
2675 additions, 885 deletions
include/nlohmann/json.hpp
include/nlohmann/json_fwd.hpp
+2
-1
2 additions, 1 deletion
include/nlohmann/json_fwd.hpp
with
2678 additions
and
887 deletions
README.md
+
1
−
1
View file @
e02b50a4
...
...
@@ -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.
Click to expand it.
include/nlohmann/json.hpp
+
2675
−
885
View file @
e02b50a4
This diff is collapsed.
Click to expand it.
include/nlohmann/json_fwd.hpp
+
2
−
1
View file @
e02b50a4
...
...
@@ -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
;
/*!
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment