Add JSON formatter to the UI

Add JSON formatter to the UI

Bump, but it's a weekend, so it'll probably be ignored

:smiley:

1 Like

the problem with the toJSON formatter is that we don't have any schema available for it as we don't know what the json structure is. So when using it we can't make any data pickers from the data out of it...or we have to require you to define a schema manually first.

Set Value has a define schema button

And toJSON returns a string

1 Like