According to TiddlyWiki.com, *"Note: It is currently only possible to
retrieve data from the immediate properties of the root object of a
JSONTiddler."*
It appears that JSON.parse is available (at least in FireFox), so it might
be possible to create a javascript macro that could pull out values from a
more complex json data structure.
Mark
On Tuesday, June 28, 2016 at 6:51:37 AM UTC-7, Hans Maulwurf wrote:
>
> 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/d5ea765b-8913-458b-814e-a2541d140fbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.