:bookmark: set version to 3.6.0
diff --git a/doc/examples/README.link b/doc/examples/README.link
new file mode 100644
index 0000000..808703e
--- /dev/null
+++ b/doc/examples/README.link
@@ -0,0 +1 @@
+<a target="_blank" href="https://wandbox.org/permlink/0Nf4f9PlA9MpdUeb"><b>online</b></a>
\ No newline at end of file
diff --git a/doc/examples/README.output b/doc/examples/README.output
new file mode 100644
index 0000000..31188d4
--- /dev/null
+++ b/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
+}