0 votes
3 answers
2k views
How to improve Performance in JSON parsing
I have a scenario where user is going to upload a zip file. This zip file can have 4999 json files, each json file can have 4999 nodes which I am parsing and creating objects. Eventually I am ...
0 votes
3 answers
2k views
How to improve Performance in JSON parsing
I have a scenario where user is going to upload a zip file. This zip file can have 4999 json files, each json file can have 4999 nodes which I am parsing and creating objects. Eventually I am ...