nlohmann / std_json

A proposal for a JSON data type in the C++ standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON support for the C++ standard library

What is this?

This repository documents the work on a proposal for JSON support in the C++ standard library. It follows a previous discussion in the std-proposals forum on the topic.

Where is the proposal?

It's here.

Can I help?

Yes, of course! Have a look at the proposal and open an issue.

Is it done?

No.

When is it done?

We have no idea.

Who are you?

Currently, this is the work of Niels Lohmann and Mario Konrad. We would be happy for any help and feedback we can get.

How is this related to nlohmann/json?

Apparently, Niels is involved in both projects. He is working on the library 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.

About

A proposal for a JSON data type in the C++ standard library