Skip to content

added: instance <<< JSONNode

Clean Importer requested to merge jsontofile into master

Writing directly to a file is faster than first building the complete string in memory.

In my test, writing a 2MB string directly takes 1.4s instead of 3.7s indirectly.

Merge request reports