Using jsonset to create values

It seems like we can use jsonset to build out the json at the first level, but I can’t seem to figure out how to build out nested levels. I can change nested levels once they’re built, but not build them…

For simple example starting from empty - this works:
image

But adding another level under the first one seems to get ignored?
image

[[]jsonset[a],[one]jsonset[b],[two]jsonset:object[a]jsonset[a],[aa],[two]]

Have a look at the operator suffixes.

2 Likes