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

Support for nested arrays #5

Open
JensBorrisholt opened this issue Jul 28, 2020 · 0 comments
Open

Support for nested arrays #5

JensBorrisholt opened this issue Jul 28, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@JensBorrisholt
Copy link

Hi

Your converter lags support for nested arrays.

Here is an example JSON

{
"one_time":false,
"buttons":[
[
{
"action":{
"type":"location",
"payload":"{"button": "1"}"
}
}
],
[
{
"action":{
"type":"open_app",
"app_id":6979558,
"owner_id":-181108510,
"hash":"sendKeyboard",
"label":"Отправить клавиатуру"
}
}
],
[
{
"action":{
"type":"vkpay",
"hash":"action=transfer-to-group&group_id=181108510&aid=10"
}
}
],
[
{
"action":{
"type":"text",
"payload":"{"button": "1"}",
"label":"Negative"
},
"color":"negative"
},
{
"action":{
"type":"text",
"payload":"{"button": "2"}",
"label":"Positive"
},
"color":"positive"
},
{
"action":{
"type":"text",
"payload":"{"button": "2"}",
"label":"Primary"
},
"color":"primary"
},
{
"action":{
"type":"text",
"payload":"{"button": "2"}",
"label":"Secondary"
},
"color":"secondary"
}
]
]
}

@Json2CSharp Json2CSharp added enhancement New feature or request help wanted Extra attention is needed labels Aug 15, 2020
@Json2CSharp Json2CSharp pinned this issue Sep 30, 2020
@Json2CSharp Json2CSharp unpinned this issue Oct 6, 2020
@Json2CSharp Json2CSharp pinned this issue Oct 9, 2020
@Json2CSharp Json2CSharp unpinned this issue Jan 2, 2021
@Json2CSharp Json2CSharp added this to the Behavior milestone Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants