We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Does it need to be inline? It would be more consistent to treat arrays inside properties as bulleted lists:
{myObject} key: value arrayKey: * value1 * value2 * value3 {}
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: