mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 05:05:24 +00:00
reorganized repo
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <json.hpp>
|
||||
|
||||
using namespace nlohmann;
|
||||
|
||||
int main()
|
||||
{
|
||||
// create a JSON null value
|
||||
json j(nullptr);
|
||||
|
||||
// serialize the JSON null value
|
||||
std::cout << j << '\n';
|
||||
}
|
||||
Reference in New Issue
Block a user