serializing data using json.net size limit?

前端 未结 1 1378
忘掉有多难
忘掉有多难 2020-12-16 18:35

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

相关标签:
1条回答
  • 2020-12-16 19:39

    There is no artificial limit.

    Also internally Json.NET reads and writes over streams so there is no memory limit either.

    0 讨论(0)
提交回复
热议问题