is it possible to save the following as json-tiddler and access e.g. the
Strings BMW, Toyota etc.? at tiddlywiki.com I only found how to get the
"object" like {{jsontiddler##type}}
{
"type": "object",
"title": "Car",
"properties": {
"make": {
"type": "string",
"enum": [
"Toyota",
"BMW",
"Honda",
"Ford",
"Chevy",
"VW"
]
},
"model": {
"type": "string"
},
"year": {
"type": "integer",
"enum": [
1995,1996,1997,1998,1999,
2000,2001,2002,2003,2004,
2005,2006,2007,2008,2009,
2010,2011,2012,2013,2014
],
"default": 2008
}
}
}
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/3b8b9e93-f491-42fc-9310-56c5a4d9604d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.