I have developed an asp.net web application and initially serialized some data to a json string using the built in javascript serializer. This became problematic as I discov
There is no artificial limit.
Also internally Json.NET reads and writes over streams so there is no memory limit either.