The problem:
JSON::NestingError: nesting of 101 is too deep
I've tried adding the :max_nesting => 120
to my JSON.parse
line with no avail.
Then switched to OJ to see if that would change it.
Any ideas?
The problem:
JSON::NestingError: nesting of 101 is too deep
I've tried adding the :max_nesting => 120
to my JSON.parse
line with no avail.
Then switched to OJ to see if that would change it.
Any ideas?