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
include
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 30, 2019
Make json_pointer::back const (resolves #1764)
christian
committed
7476f5e
View commit details
Copy full SHA for 7476f5e
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Correct a warning from cppcheck:
Show description for 13a7c60
Xav83
committed
13a7c60
View commit details
Copy full SHA for 13a7c60
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
Fix outputting extreme integer values in edge cases
Show description for 6ce2f35
t-b
committed
6ce2f35
View commit details
Copy full SHA for 6ce2f35
View code at this point
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
View code at this point
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
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 21, 2019
:rotating_light: fix linter warning
nlohmann
committed
323cf95
View commit details
Copy full SHA for 323cf95
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
:ambulance: fix compiler errors
nlohmann
committed
cf8251e
View commit details
Copy full SHA for cf8251e
View code at this point
Browse repository at this point
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 9, 2019
Merge branch 'feature/json_pointer_contains' into develop
nlohmann
committed
104c5c1
View commit details
Copy full SHA for 104c5c1
View code at this point
Browse repository at this point
Merge branch 'feature/emplace_back' into develop
nlohmann
committed
7a23aa1
View commit details
Copy full SHA for 7a23aa1
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
:construction: add more annotations
nlohmann
committed
346e981
View commit details
Copy full SHA for 346e981
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
:truck: rename Hedley macros
nlohmann
committed
90798ca
View commit details
Copy full SHA for 90798ca
View code at this point
Browse repository at this point
:rotating_light: fix warning
nlohmann
committed
025f4ce
View commit details
Copy full SHA for 025f4ce
View code at this point
Browse repository at this point
:hammer: add NLOHMANN_JSON prefix and undef macros
nlohmann
committed
8973621
View commit details
Copy full SHA for 8973621
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
:alembic: add Hedley annotations
nlohmann
committed
1720bfe
View commit details
Copy full SHA for 1720bfe
View code at this point
Browse repository at this point
:sparkles: make emplace_back return a reference #1609
nlohmann
committed
1be6343
View commit details
Copy full SHA for 1be6343
View code at this point
Browse repository at this point
:sparkles: add contains function for JSON pointers
nlohmann
committed
258fa79
View commit details
Copy full SHA for 258fa79
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
:memo: Improve doc on const_inter constructor
nickaein
committed
3db14cb
View commit details
Copy full SHA for 3db14cb
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Workaround msvc2015 bug with explicit copy-constructor for const_iterator
nickaein
committed
798e83a
View commit details
Copy full SHA for 798e83a
View code at this point
Browse repository at this point
:memo: mention 302 exception in value() documentation #1601
nlohmann
committed
3b82a35
View commit details
Copy full SHA for 3b82a35
View code at this point
Browse repository at this point
Commits on Jun 16, 2019
Fix #1642
Show description for f4fca2d
kevinlul
committed
f4fca2d
View commit details
Copy full SHA for f4fca2d
View code at this point
Browse repository at this point
Commits on Apr 26, 2019
Added to_string (with ugly macro) and tests
Macr0Nerd
committed
aa4c45e
View commit details
Copy full SHA for aa4c45e
View code at this point
Browse repository at this point
Commits on Apr 1, 2019
add built-in array support in get_to
theodelrieu
committed
e6e6805
View commit details
Copy full SHA for e6e6805
View code at this point
Browse repository at this point
make sure values are overwritten in from_json overloads
Show description for 2806b20
theodelrieu
committed
2806b20
View commit details
Copy full SHA for 2806b20
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
Merge pull request #1551 from heavywatal/fix-1535-nodiscard-clang
Show description for b52c363
nlohmann
authored
b52c363
View commit details
Copy full SHA for b52c363
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
:art: fixed indentation
nlohmann
committed
d21d298
View commit details
Copy full SHA for d21d298
View code at this point
Browse repository at this point
Remove C++17 extension warning from clang; #1535
Show description for 5ccdaf6
heavywatal
committed
5ccdaf6
View commit details
Copy full SHA for 5ccdaf6
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
Previous
Next
You can’t perform that action at this time.