Y
Hacker News
new
|
ask
|
show
|
jobs
by
ff7c11
4434 days ago
Maximum nesting depth of 100 :( or else it says it's invalid JSON.
1 comments
fotoblur
4434 days ago
Thanks for finding this...looks like its rail's JSON::Ext::Parser which default to 100 max nestings. Looks like it can be disabled.
http://www.ruby-doc.org/stdlib-2.1.1/libdoc/json/rdoc/JSON/E...
link