1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-25 21:23:02 +04:00
Files
json/examples/std_formatter.c++20.output
2026-07-02 14:09:18 +00:00

17 lines
110 B
Plaintext

{"one":1,"two":2}
{
"one": 1,
"two": 2
}
{
"one": 1,
"two": 2
}
{
...."one": 1,
...."two": 2
}