https://github.com/nlohmann/std_json
A proposal for a JSON data type in the C++ standard library
https://github.com/nlohmann/std_json
cpp json proposal standardization stl
Last synced: about 1 year ago
JSON representation
A proposal for a JSON data type in the C++ standard library
- Host: GitHub
- URL: https://github.com/nlohmann/std_json
- Owner: nlohmann
- Created: 2017-04-11T19:33:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T18:40:27.000Z (about 6 years ago)
- Last Synced: 2025-03-18T07:51:37.519Z (about 1 year ago)
- Topics: cpp, json, proposal, standardization, stl
- Size: 116 KB
- Stars: 56
- Watchers: 7
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON support for the C++ standard library
## What is this?
This repository documents the work on a [**proposal**](https://github.com/nlohmann/std_json/blob/master/proposal.md) for JSON support in the C++ standard library. It follows a [previous discussion](https://groups.google.com/a/isocpp.org/forum/?fromgroups#!topic/std-proposals/JNZzOvC7llo) in the [std-proposals forum](http://groups.google.com/a/isocpp.org/forum/?fromgroups#!forum/std-proposals) on the topic.
## Where is the proposal?
It's [**here**](https://github.com/nlohmann/std_json/blob/master/proposal.md).
## Can I help?
Yes, of course! Have a look at the [proposal](https://github.com/nlohmann/std_json/blob/master/proposal.md) and [open an issue](https://github.com/nlohmann/std_json/issues/new).
## Is it done?
No.
## When is it done?
We have no idea.
## Who are you?
Currently, this is the work of [Niels Lohmann](http://nlohmann.me) and Mario Konrad. We would be happy for any help and feedback we can get.
## How is this related to [nlohmann/json](https://github.com/nlohmann/json)?
Apparently, [Niels](https://github.com/nlohmann) is involved in both projects. He is working on the library [nlohmann/json](https://github.com/nlohmann/json) for several years now and has been asked on several occasions to write a proposal for the C++ standard library. This proposal surely is inspired by that library, but shall evolve independently from it.