Skip to content
New issue

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

Array Structuring Issue #10

Open
Patrick3141 opened this issue Jun 21, 2023 · 1 comment
Open

Array Structuring Issue #10

Patrick3141 opened this issue Jun 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Patrick3141
Copy link

Hello,
It is hard for me to handle the following Json structuring for arrays in Javascript afterwards:
{
"Example": {
"arrExample": {
"arrExample[0]": "Test0",
"arrExample[1]": "Test1"
}
}
}

Is it also possible to create (and read) an JSON string which looks like:
{
"Example": {
"arrExample": [
"Test0",
"Test1"
]
}
}

Best regards and thanks

@JobFranken JobFranken added the enhancement New feature or request label Jun 21, 2023
@priesf
Copy link
Collaborator

priesf commented Jun 21, 2023

Hello,
unfortunately we can not change that at the moment. We will keep the issue open as part of the backlog.
BR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants