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
Breadcrumbs
History for
json
test
src
unit-regression.cpp
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 10, 2019
Fix and add test's for SFINAE problem
tete17
committed
e26a290
View commit details
Copy full SHA for e26a290
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Add regression test for dumping the minimum value of int64_t
t-b
committed
70aa8a3
View commit details
Copy full SHA for 70aa8a3
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
:bookmark: set version to 3.7.0
nlohmann
committed
48e1fe0
View commit details
Copy full SHA for 48e1fe0
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Merge branch 'feature/hedley' into develop
nlohmann
committed
a501365
View commit details
Copy full SHA for a501365
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
:rotating_light: fix compiler warnings
nlohmann
committed
b17440c
View commit details
Copy full SHA for b17440c
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
:rotating_light: fix warnings
nlohmann
committed
9476565
View commit details
Copy full SHA for 9476565
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
Merge pull request #1643 from kevinlul/develop
Show description for 9289a23
nlohmann
authored
9289a23
View commit details
Copy full SHA for 9289a23
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Remove boolean regression test for #1642
kevinlul
committed
e616d09
View commit details
Copy full SHA for e616d09
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
Add regression tests for #1642
kevinlul
committed
855156b
View commit details
Copy full SHA for 855156b
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Avoid collision of ::max with windows.h macro
nickaein
committed
eba8244
View commit details
Copy full SHA for eba8244
View code at this point
Browse repository at this point
Commits on Mar 31, 2019
fixing the remaining of the pedantic gcc/clang target warnings
onqtam
committed
da5b783
View commit details
Copy full SHA for da5b783
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
finished the last of the warnings
onqtam
committed
a0000c3
View commit details
Copy full SHA for a0000c3
View code at this point
Browse repository at this point
fixed a bunch of warnings from the Makefile from the root of the repo
onqtam
committed
5d511a6
View commit details
Copy full SHA for 5d511a6
View code at this point
Browse repository at this point
Commits on Mar 24, 2019
Merge branch 'develop' of https://github.com/nlohmann/json into doctest
onqtam
committed
2b34609
View commit details
Copy full SHA for 2b34609
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
:bookmark: set version to 3.6.1
nlohmann
committed
efa1b9a
View commit details
Copy full SHA for efa1b9a
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
:bookmark: set version to 3.6.0
nlohmann
committed
b37392b
View commit details
Copy full SHA for b37392b
View code at this point
Browse repository at this point
Commits on Mar 18, 2019
Merge branch 'develop' into doctest
onqtam
authored
365944b
View commit details
Copy full SHA for 365944b
View code at this point
Browse repository at this point
Commits on Mar 17, 2019
:rotating_light: fixed warnings
nlohmann
committed
b8451c2
View commit details
Copy full SHA for b8451c2
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
:rotating_light: fixed some warnings
nlohmann
committed
546e2cb
View commit details
Copy full SHA for 546e2cb
View code at this point
Browse repository at this point
Commits on Jan 20, 2019
:bug: fixed integer overflow in dump function #1447
Show description for 6de4df2
nlohmann
committed
6de4df2
View commit details
Copy full SHA for 6de4df2
View code at this point
Browse repository at this point
Commits on Jan 19, 2019
move newly-added tests in unit-regression.cpp
scinart
committed
20db020
View commit details
Copy full SHA for 20db020
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
moved from Catch to doctest for unit tests
onqtam
committed
2f44ac1
View commit details
Copy full SHA for 2f44ac1
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Add benchmark for small integers
Show description for be9b4cb
nickaein
committed
be9b4cb
View commit details
Copy full SHA for be9b4cb
View code at this point
Browse repository at this point
Commits on Dec 23, 2018
:rotating_light: fixed some warnings
nlohmann
committed
6f89613
View commit details
Copy full SHA for 6f89613
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
:bookmark: set version to 3.5.0
nlohmann
committed
78348af
View commit details
Copy full SHA for 78348af
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Set eofbit on exhausted input stream.
Show description for aa10382
mefyl
committed
aa10382
View commit details
Copy full SHA for aa10382
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
:bookmark: set version to 3.4.0
nlohmann
committed
7b2f8cc
View commit details
Copy full SHA for 7b2f8cc
View code at this point
Browse repository at this point
Commits on Oct 24, 2018
:art: clean up binary formats
nlohmann
committed
1968e5c
View commit details
Copy full SHA for 1968e5c
View code at this point
Browse repository at this point
Commits on Oct 18, 2018
Merge pull request #1301 from theodelrieu/fix/1299
Show description for 9294e25
nlohmann
authored
9294e25
View commit details
Copy full SHA for 9294e25
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
:wheelchair: improved error messages for binary formats #1288
Show description for dbb0b63
nlohmann
committed
dbb0b63
View commit details
Copy full SHA for dbb0b63
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
add new is_constructible_* traits used in from_json
Show description for 45c8af2
theodelrieu
committed
45c8af2
View commit details
Copy full SHA for 45c8af2
View code at this point
Browse repository at this point
Commits on Oct 12, 2018
add constraints for variadic json_ref constructors
Show description for 11fecc2
theodelrieu
committed
11fecc2
View commit details
Copy full SHA for 11fecc2
View code at this point
Browse repository at this point
Commits on Oct 7, 2018
:wheelchair: improved parse error messages
nlohmann
committed
74a3107
View commit details
Copy full SHA for 74a3107
View code at this point
Browse repository at this point
:wheelchair: added line positions to error messages
Show description for 011b15d
nlohmann
committed
011b15d
View commit details
Copy full SHA for 011b15d
View code at this point
Browse repository at this point
Commits on Oct 5, 2018
:bookmark: set version to 3.3.0
nlohmann
committed
b968faa
View commit details
Copy full SHA for b968faa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.