From aea47422a2ba99813ad0c623067fe62f59e1ad51 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 14 Apr 2017 18:13:01 +0200 Subject: [PATCH] :memo: updated links and output --- doc/examples/README.link | 2 +- doc/examples/README.output | 27 +++++++++++++++++++++++++++ doc/examples/diff.link | 2 +- doc/examples/flatten.link | 2 +- doc/examples/from_cbor.link | 2 +- doc/examples/from_msgpack.link | 2 +- 6 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 doc/examples/README.output diff --git a/doc/examples/README.link b/doc/examples/README.link index a774c8ff..9b154c4a 100644 --- a/doc/examples/README.link +++ b/doc/examples/README.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/README.output b/doc/examples/README.output new file mode 100644 index 00000000..31188d45 --- /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 +} diff --git a/doc/examples/diff.link b/doc/examples/diff.link index c3e3fa4d..459ecfcc 100644 --- a/doc/examples/diff.link +++ b/doc/examples/diff.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/flatten.link b/doc/examples/flatten.link index 50d3841f..ab2128fa 100644 --- a/doc/examples/flatten.link +++ b/doc/examples/flatten.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/from_cbor.link b/doc/examples/from_cbor.link index 81204989..c621bd2d 100644 --- a/doc/examples/from_cbor.link +++ b/doc/examples/from_cbor.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file diff --git a/doc/examples/from_msgpack.link b/doc/examples/from_msgpack.link index 0d5e7831..22bac001 100644 --- a/doc/examples/from_msgpack.link +++ b/doc/examples/from_msgpack.link @@ -1 +1 @@ -online \ No newline at end of file +online \ No newline at end of file