From 4146070e69475d5eedcf7a9e3d990e511f46ec7a Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 3 May 2011 23:04:22 +0930 Subject: Add basic JSON tests and benchmark --- tests/rfc-example1.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/rfc-example1.json (limited to 'tests/rfc-example1.json') diff --git a/tests/rfc-example1.json b/tests/rfc-example1.json new file mode 100644 index 0000000..73532fa --- /dev/null +++ b/tests/rfc-example1.json @@ -0,0 +1,13 @@ +{ + "Image": { + "Width": 800, + "Height": 600, + "Title": "View from 15th Floor", + "Thumbnail": { + "Url": "http://www.example.com/image/481989943", + "Height": 125, + "Width": "100" + }, + "IDs": [116, 943, 234, 38793] + } +} -- cgit v1.2.3-55-g6feb