-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels