Comment on Myjson – A simple JSON store for your web or mobile appComments−ff7c1112yMaximum nesting depth of 100 :( or else it says it's invalid JSON.−fotoblurOP12yThanks 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...
Comments
Maximum nesting depth of 100 :( or else it says it's invalid JSON.
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...