JSON field properties

Hi,

I have a tiddler called jsontiddler, and I want to print its value. The code below works, but it creates a hyperlink rather than just text.

<$set name="jsondata" value={{jsontiddler}}>

   {{{[<jsondata>jsonget[case1]]}}}
<$set>

json
I want this as a text rather than a hyperlink to create a new tiddler.

Can anyone help with this?
Thanks,

You can use the https://tiddlywiki.com/prerelease/#TextWidget or the https://tiddlywiki.com/prerelease/#ViewWidget