Issue 57 in jayrock: Importing large nested arrays causes max depth exceeded error

2 views
Skip to first unread message

jay...@googlecode.com

unread,
Jul 18, 2014, 7:39:43 AM7/18/14
to jayrock...@googlegroups.com
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

jay...@googlecode.com

unread,
Jul 18, 2014, 7:42:40 AM7/18/14
to jayrock...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 57 by azizatif: Importing large nested arrays causes
This issue was closed by revision 31ee95153f49.
Reply all
Reply to author
Forward
0 new messages