Status: Accepted
Owner: azizatif
Labels: Type-Defect Priority-Critical Milestone-Release1.0 Component-JSON
New issue 57 by azizatif: Importing large nested arrays causes max depth
exceeded error
http://code.google.com/p/jayrock/issues/detail?id=57
Import a large nested array as follows:
JsonBuffer.From(new string('[', 100) + new string(']', 100));
What is the expected output? What do you see instead?
Expected the array to import fine because default max depth for reading is
100. Instead an exception is thrown reading, "Maximum allowed depth has
been exceeded."
Using jayrock-json package 0.9.16530:
https://www.nuget.org/packages/jayrock-json/0.9.16530
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings