From 664ce709abad32a28af38ec887694727991f9062 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 13 Feb 2012 13:47:00 +0000 Subject: [PATCH] JSON sample data update --- tiddlywiki5/tiddlers/SampleData.tid | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tiddlywiki5/tiddlers/SampleData.tid b/tiddlywiki5/tiddlers/SampleData.tid index 10d75fe07..2d1277773 100644 --- a/tiddlywiki5/tiddlers/SampleData.tid +++ b/tiddlywiki5/tiddlers/SampleData.tid @@ -6,6 +6,7 @@ type: application/json "title": "example glossary", "GlossDiv": { "title": "S", + "age": 34, "GlossList": { "GlossEntry": { "ID": "SGML", @@ -15,7 +16,7 @@ type: application/json "Abbrev": "ISO 8879:1986", "GlossDef": { "para": "A meta-markup language, used to create markup languages such as DocBook.", - "GlossSeeAlso": ["GML", "XML"] + "GlossSeeAlso": ["GML", "XML", 23] }, "GlossSee": "markup" }