Forum Discussion
nmrao
2 years agoChampion Level 3
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": [
]
}
]
Related Content
- 2 years ago
- 8 years ago
- 7 years ago
Recent Discussions
- 17 hours ago