Closed PratikshaPanpaliya closed 2 years ago
not able to handle json with empty array something like this { "Test":"a", "Test1":[] } This code is good but performance wise not that good, tried for 10k json records took almost 20 mins
Thanks for reporting, I have updated the code to explode empty lists as None
None
As for the performance, you are welcome to open a PR! :)
not able to handle json with empty array something like this { "Test":"a", "Test1":[] } This code is good but performance wise not that good, tried for 10k json records took almost 20 mins