-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
My html:
<json-formatter json='attr.value' open='1'></json-formatter>
Is shown like this:
"{"globalId":"123","language":"en"}" (in green)
There is no way to expand it etc. Seems it is treated as simple string without object structure. If I enter my JSON code directly (as I get it when I put {{ attr.value }} in my template) it works fine and it is formatted correctly. I also made sure the JSON is valid.
I also tried
<json-formatter json='{{ attr.value }}' open='1'></json-formatter>
I'm clueless guys.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels