I could not recreate this in my JsonMangler demo wiki. If `$:/temp/project` is being created with an action/programatcially, then most likely the `type` field is not being set to `application/json`.
Best, Joshua Fontany On Wednesday, May 5, 2021 at 1:41:21 AM UTC-7 [email protected] wrote: > Be a tiddler of json type whose content is > > { "pleiade": { "name": "Pléiade v2", "project": "pleiade", "url": " > https://pleiade.test.acmeserver.com" } } > > and now put it in two tiddlers. one is "project" and the othes is > "$:/temp/project". > > create a tw5 tiddler with this code: > > $:/temp/project: {{{ [[$:/temp/project]getindex[/pleiade]] }}} > > project: {{{ [[project]getindex[/pleiade]] }}} > > and see its outupt: > ----- > $:/temp/project: > > project: { "name": "Pléiade v2", "project": "pleiade", "url": > "https://pleiade.test.acmeserver.com" } > > ------ > > The same void output happpens witg a name like "$:/temp/project". > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/dc7e53db-cce5-437b-b0cf-7105a7cf9684n%40googlegroups.com.

