Noteworthy improvements
- #1228 [3.0.x] Avoid running out of memory when parsing heavily nested arrays or objects (backport #1226) by @mkurz
- We now limit the maximum allowed nesting depth of JSON structures (arrays, objects, or a mix of both) to 1000.
This limit can be adjusted using the system property
play.json.parser.maxNestingDepth. We assume a depth of 1000 should be more than...
- We now limit the maximum allowed nesting depth of JSON structures (arrays, objects, or a mix of both) to 1000.
This limit can be adjusted using the system property