Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cpphl
/
json
Public
forked from
nlohmann/json
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 3, 2019
Merge pull request #1769 from chris0x44/json_pointer
Show description for dae0fe7
nlohmann
authored
dae0fe7
View commit details
Copy full SHA for dae0fe7
Browse repository at this point
Commits on Oct 1, 2019
Merge pull request #1767 from 0xflotus/patch-1
Show description for d826282
nlohmann
authored
d826282
View commit details
Copy full SHA for d826282
Browse repository at this point
Commits on Sep 30, 2019
Make json_pointer::back const (resolves #1764)
christian
committed
7476f5e
View commit details
Copy full SHA for 7476f5e
Browse repository at this point
did you mean 'serialization'?
0xflotus
authored
d7579b8
View commit details
Copy full SHA for d7579b8
Browse repository at this point
Commits on Sep 24, 2019
:memo: add OSS Fuzz status badge
nlohmann
committed
99d7518
View commit details
Copy full SHA for 99d7518
Browse repository at this point
Merge pull request #1760 from Xav83/cppcheckFixes
Show description for e2c531a
nlohmann
authored
e2c531a
View commit details
Copy full SHA for e2c531a
Browse repository at this point
Commits on Sep 20, 2019
Runs make amalgamate on the project.
Xav83
committed
87afee1
View commit details
Copy full SHA for 87afee1
Browse repository at this point
Correct a warning from cppcheck:
Show description for 13a7c60
Xav83
committed
13a7c60
View commit details
Copy full SHA for 13a7c60
Browse repository at this point
Commits on Sep 19, 2019
Correct a warning from cppcheck:
Show description for b9dfdbe
Xav83
committed
b9dfdbe
View commit details
Copy full SHA for b9dfdbe
Browse repository at this point
Commits on Sep 16, 2019
Merge pull request #1741 from tete17/Fix-SFINAE
Show description for 771d5da
nlohmann
authored
771d5da
View commit details
Copy full SHA for 771d5da
Browse repository at this point
Commits on Sep 10, 2019
Fix and add test's for SFINAE problem
tete17
committed
e26a290
View commit details
Copy full SHA for e26a290
Browse repository at this point
Merge pull request #1722 from t-b/fix-int64-min-issue
Show description for 06ccd43
nlohmann
authored
06ccd43
View commit details
Copy full SHA for 06ccd43
Browse repository at this point
Merge pull request #1728 from t-b/fix-clang-sanitizer-invocation
Show description for a6bd798
nlohmann
authored
a6bd798
View commit details
Copy full SHA for a6bd798
Browse repository at this point
Commits on Sep 3, 2019
Add serialization unit tests for extreme integer values
t-b
committed
8067c3c
View commit details
Copy full SHA for 8067c3c
Browse repository at this point
Add regression test for dumping the minimum value of int64_t
t-b
committed
70aa8a3
View commit details
Copy full SHA for 70aa8a3
Browse repository at this point
Fix outputting extreme integer values in edge cases
Show description for 6ce2f35
t-b
committed
6ce2f35
View commit details
Copy full SHA for 6ce2f35
Browse repository at this point
.travis.yml: Increase the timeout to 45 minutes
Show description for 6d701b2
t-b
committed
6d701b2
View commit details
Copy full SHA for 6d701b2
Browse repository at this point
external_constructor<std::valarray>: Handle empty array properly
Show description for d5c0d52
t-b
committed
d5c0d52
View commit details
Copy full SHA for d5c0d52
Browse repository at this point
input_buffer_adapter: Fix handling of nullptr input
Show description for 61fe5f1
t-b
committed
61fe5f1
View commit details
Copy full SHA for 61fe5f1
Browse repository at this point
.travis/cmake: Rework clang sanitizer invocation
Show description for 9ea3e19
t-b
committed
9ea3e19
View commit details
Copy full SHA for 9ea3e19
Browse repository at this point
test/CMakeLists.txt: Remove trailing whitespace
t-b
committed
f0bff49
View commit details
Copy full SHA for f0bff49
Browse repository at this point
Commits on Sep 2, 2019
:construction_worker: add test step
nlohmann
authored
eab68e7
View commit details
Copy full SHA for eab68e7
Browse repository at this point
:construction_worker: try GitHub Actions
nlohmann
authored
90c1c24
View commit details
Copy full SHA for 90c1c24
Browse repository at this point
Commits on Aug 27, 2019
:pencil2: fix a typo
nlohmann
committed
bf41560
View commit details
Copy full SHA for bf41560
Browse repository at this point
Merge branch 'develop' of https://github.com/nlohmann/json into develop
nlohmann
committed
b6ee34c
View commit details
Copy full SHA for b6ee34c
Browse repository at this point
Merge pull request #1724 from t-b/enhance-travis
Show description for 7dccfa5
nlohmann
authored
7dccfa5
View commit details
Copy full SHA for 7dccfa5
Browse repository at this point
Commits on Aug 26, 2019
.travis.yml: Add gcc 9 and compile with experimental C++20 support
t-b
committed
a4eaaa5
View commit details
Copy full SHA for a4eaaa5
Browse repository at this point
Commits on Jul 29, 2019
:construction_worker: adjust maintainer scripts
nlohmann
committed
fe618ac
View commit details
Copy full SHA for fe618ac
Browse repository at this point
Commits on Jul 28, 2019
:lock: add security policy
nlohmann
authored
a015b78
View commit details
Copy full SHA for a015b78
Browse repository at this point
:busts_in_silhouette: update contributors
nlohmann
committed
6291803
View commit details
Copy full SHA for 6291803
Browse repository at this point
Merge branch 'release/3.7.0' into develop
nlohmann
committed
53c3eef
View commit details
Copy full SHA for 53c3eef
Browse repository at this point
:pencil: update documentation
nlohmann
committed
d275d05
View commit details
Copy full SHA for d275d05
Browse repository at this point
:pencil: update documentation
nlohmann
committed
ddb7f70
View commit details
Copy full SHA for ddb7f70
Browse repository at this point
:bookmark: set version to 3.7.0
nlohmann
committed
48e1fe0
View commit details
Copy full SHA for 48e1fe0
Browse repository at this point
Update Makefile
nlohmann
committed
66d63ab
View commit details
Copy full SHA for 66d63ab
Browse repository at this point
Previous
Next
You can’t perform that action at this time.