Forum Discussion
nmrao
3 years agoCommunity Hero
May be you can try wrapping the exported json between [ ...] and see.
For example, the postedman exported json
{
"info": {
},
"item": [
]
}
Change it to as shown below, save it and try to import
[
{
"info": {
},
"item": [
]
}
]