Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
eteran
/
cpp-json
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
55
Code
Issues
0
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Code quality
#21
Merged
eteran
merged 12 commits into
eteran:master
eteran/cpp-json:master
from
FireDaemon:code-quality
FireDaemon/cpp-json:code-quality
Copy head branch name to clipboard
Nov 16, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Code quality
#21
eteran
merged 12 commits into
eteran:master
eteran/cpp-json:master
from
FireDaemon:code-quality
FireDaemon/cpp-json:code-quality
Copy head branch name to clipboard
Commits
Commits on Nov 12, 2025
Merge remote-tracking branch 'eteran/master'
trueqbit
committed
eebfea2
Copy full SHA for eebfea2
Merge remote-tracking branch 'eteran/master'
trueqbit
committed
5ffa5c5
Copy full SHA for 5ffa5c5
Commits on Nov 15, 2025
set C++17 as default standard in CMake script
Show description for dcaa971
trueqbit
committed
dcaa971
Copy full SHA for dcaa971
instruct the CMake generator to create a header-only library project
trueqbit
committed
bc90121
Copy full SHA for bc90121
introduce a `json_config.h` that makes C++ features universally available
Show description for 96db16d
trueqbit
committed
96db16d
Copy full SHA for 96db16d
modernize code a bit
trueqbit
committed
72507c3
Copy full SHA for 72507c3
renamed macro `JSON_THROW` to `CPP_JSON_THROW` avoiding potential conflicts
trueqbit
committed
b91f77b
Copy full SHA for b91f77b
be explicit about implicitly converting constructors
Show description for df96a7a
trueqbit
committed
df96a7a
Copy full SHA for df96a7a
default copy and move ctors and assignment operators for `json::value`
trueqbit
committed
5697e18
Copy full SHA for 5697e18
Merge remote-tracking branch 'eteran/master' into code-quality
trueqbit
committed
7222b7a
Copy full SHA for 7222b7a
Commits on Nov 16, 2025
updates after code review
trueqbit
committed
3d5dbbd
Copy full SHA for 3d5dbbd
renamed header guards from `JSON_*` to `CPP_JSON_*`
trueqbit
committed
2ce870d
Copy full SHA for 2ce870d
You can’t perform that action at this time.