Show List as JSON

Hi there

What does the setting Show List as JSON in the Project Settings dialog means and how it works.
Any AIA Example?

image

Cheers,
Lildinti

This feature does not do anything to the list itself, but it affects the result when the list is converted into a string. With this option checked, by displaying a list into a label, you get a JSON list.

["apple", "orange", 0, false]

But with this unchecked, you get a different list result, probably something like this.

(apple orange 0 false)

For clarity and consistency with other functions, I recommend you to check it.

2 Likes

Hi Gordon
Thanks heaps for reply. Makes sense.
Once again, thanks for the reply.
Cheers

Lildinti

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.