From: Matt S Trout Date: Wed, 12 Jan 2011 13:51:17 +0000 (+0000) Subject: add json file X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7356b17a79fb1ec556094c7ae764d97810961e35;p=scpubgit%2FCommentry.git add json file --- diff --git a/t/var/exstore/one/two/three.json b/t/var/exstore/one/two/three.json new file mode 100644 index 0000000..8f8d18a --- /dev/null +++ b/t/var/exstore/one/two/three.json @@ -0,0 +1,4 @@ +[ + { "title": "Title 1", "body": "Body 1" }, + { "title": "Title 2", "body": "Body 2" } +]