Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.5
-
None
-
None
Description
Currently `StreamingJsonBuilder` doesn't handle nested closures properly and instead these are delegated to `JsonOutput.toJso`n which is not streaming and leads to an unexpected change of delegate in the nested closure. This pull request fixes that erroneous behaviour.