Skip to content

Commit

Permalink
🔖 set version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Mar 19, 2019
1 parent b37392b commit 0abf0f8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/examples/README.link
@@ -0,0 +1 @@
<a target="_blank" href="https://wandbox.org/permlink/0Nf4f9PlA9MpdUeb"><b>online</b></a>
27 changes: 27 additions & 0 deletions doc/examples/README.output
@@ -0,0 +1,27 @@
{
"answer": {
"everything": 42
},
"happy": true,
"list": [
1,
0,
2
],
"name": "Niels",
"new": {
"key": {
"value": [
"another",
"list"
]
}
},
"nothing": null,
"object": {
"currency": "USD",
"value": 42.99
},
"pi": 3.141,
"size": 8
}

0 comments on commit 0abf0f8

Please sign in to comment.