Hi Community,
I know there is plenty of answers on how to fix this, but this discussion is more, whether there is a "flaw" in the JSON Builder tool, or a discussion on what is valid JSON.
Take this JSON for example
[
{
"on": false,
"type": "sms"
},
{
"on": false,
"type": "email"
}
]If you test it on eg. https://jsonlint.com/ it says JSON is valid!
Alteryx has not problem reading it either, but if you do a simple test like this:

You can see reading is fine, but you can't write the JSON back!!
And that is what baffles me. How come, you can read something that appears to be valid JSON, but you can't write JSON that way in Alteryx.
Yes I do know there is hacks to do this, but my question for discussion, should you be able to write the same JSON back natively?
Personally, it the assumption is, that the JSON in this example is valid, then there is a bug in the Alteryx JSON builder.

/Thomas