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

List Handing #29

Open
pritam97 opened this issue Oct 23, 2018 · 0 comments
Open

List Handing #29

pritam97 opened this issue Oct 23, 2018 · 0 comments

Comments

@pritam97
Copy link

pritam97 commented Oct 23, 2018

I have below json
{
"Month": {
"Name": "January"
},
"Week":{
"Day": [ "Monday", "Tuesday", "Wednesday" ]
}
}

I would like to import above json using command , currently it is considering "Week/Day" as key and value is "[ "Monday", "Tuesday", "Wednesday" ]". but actually key should be like

Week/Day[0] = "Monday"
Week/Day[1] = "Tuesday"
Week/Day[2] = "Wednesday"

Did you handled if json contains list ? Is there any plan to implement

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

No branches or pull requests

1 participant