Guess I have one of my dull moments again…
TW version: 5.3.0-prerelease (commit: 9b59dff275e996ea5fa602912e2ff670d50e5b89)
Following the solution posted by Jeremy here: Accessing JSON data tiddlers
However that does not result in any output in tiddlerB:
# tiddlerA.json
{
"caption": "Lame pasta",
"hide-body": "yes",
"text": "{\"ingredients\":{\"a9a0pu\":\"400\"},\"steps\":\"# Boil water\n# Add {{a9a0pu##name}}\"}",
"title": "tiddlerA",
"type": "application/json"
}
# tiddlerB
<$list filter="[[tiddlerA]get[text]jsonget[steps]]">
<<currentTiddler>> # <- would expect to see the raw string
</$list>