Maybe something like this: {myObject} key: value *arrayKey*: value1, value2, value3 {} We would need to devise a syntax for indicating the the "arrayKey" is not a normal key-value pair, but a list of items separated by commas.
Maybe something like this:
{myObject}
key: value
arrayKey: value1, value2, value3
{}
We would need to devise a syntax for indicating the the "arrayKey" is not a normal key-value pair, but a list of items separated by commas.