From c569a4c58cf29778df28392b48e20ffebdbc518e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 19 May 2013 01:14:42 +0200 Subject: o Initial import of the Scala version of the Collection+JSON explorer. --- .../resources/public/examples/from-spec/minimal.collection+json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/main/resources/public/examples/from-spec/minimal.collection+json (limited to 'src/main/resources/public/examples/from-spec/minimal.collection+json') diff --git a/src/main/resources/public/examples/from-spec/minimal.collection+json b/src/main/resources/public/examples/from-spec/minimal.collection+json new file mode 100644 index 0000000..2e2e65d --- /dev/null +++ b/src/main/resources/public/examples/from-spec/minimal.collection+json @@ -0,0 +1,7 @@ +{ "collection" : + { + "version" : "1.0", + + "href" : "http://example.org/friends/" + } +} -- cgit v1.2.3