From 4fac3a042baf75b31b7cc7d06ce9052d48ed9d92 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 4 Jun 2007 12:31:26 +0000 Subject: * lib/json.rb, lib/json, ext/json, test/json: import JSON library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/json/fixtures/pass3.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/json/fixtures/pass3.json (limited to 'test/json/fixtures/pass3.json') diff --git a/test/json/fixtures/pass3.json b/test/json/fixtures/pass3.json new file mode 100644 index 000000000..4528d51f1 --- /dev/null +++ b/test/json/fixtures/pass3.json @@ -0,0 +1,6 @@ +{ + "JSON Test Pattern pass3": { + "The outermost value": "must be an object or array.", + "In this test": "It is an object." + } +} -- cgit