Contribute to SoftZinter/load-string-v1 development by creating an account on GitHub.
Rebuilding an (Electron) application incrementally in .NET using the strangler pattern, I have the need to load a very large serialized object (JSON, >35MB) into .NET. I've noticed that it ...