objects-to-csv
objects-to-csv copied to clipboard
fix error-maximum-call-stack-size-exceeded for json object greater than 100,00 nodes
#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 .