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/fail1.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/json/fixtures/fail1.json (limited to 'test/json/fixtures/fail1.json') diff --git a/test/json/fixtures/fail1.json b/test/json/fixtures/fail1.json new file mode 100644 index 000000000..6216b865f --- /dev/null +++ b/test/json/fixtures/fail1.json @@ -0,0 +1 @@ +"A JSON payload should be an object or array, not a string." \ No newline at end of file -- cgit