From 70e587c3da1395fc9cbe827a70b53935d154cf8d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 29 Sep 2018 14:33:21 +0200 Subject: [PATCH] :memo: added Wandbox link #1227 --- doc/examples/get_to.output | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/examples/get_to.output diff --git a/doc/examples/get_to.output b/doc/examples/get_to.output new file mode 100644 index 000000000..5cd9cd3aa --- /dev/null +++ b/doc/examples/get_to.output @@ -0,0 +1,11 @@ +1 +42 42 +17.23 17 +Hello, world! +1 2 3 4 5 + +string: "Hello, world!" +number: {"floating-point":17.23,"integer":42} +null: null +boolean: true +array: [1,2,3,4,5]