Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0-beta-2
-
None
Description
In order to be able to render json "inline" (without `{}`), one or both of the following should change:
This constructor to be made public
or this method to not be private
https://github.com/apache/groovy/blob/master/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java#L834
We have been using a fork of the classes for some time and we would like to use the ones provided by Groovy, however due to our advanced usage of the library, we need further access. Thanks!