objects-to-csv icon indicating copy to clipboard operation
objects-to-csv copied to clipboard

fix error-maximum-call-stack-size-exceeded for json object greater than 100,00 nodes

Open green-munkey opened this issue 3 years ago • 0 comments

#Work I ran into an issue with this library when our JSON object exceeded 100,000 nodes. Added a condition to the script to push data manually instead of Map if the object has over 100,000 nodes .

green-munkey avatar Sep 21 '22 16:09 green-munkey