[
https://issues.apache.org/jira/browse/GROOVY-8464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sun closed GROOVY-8464.
------------------------------
Resolution: Fixed
Fix Version/s: 3.0.0-alpha-2
2.6.0-alpha-3
2.5.0-beta-3
Fixed by:
https://github.com/apache/groovy/commit/534620ddcaf2d5547c97f5927da5248bdc719791
> Allow rendering inline json
> ---------------------------
>
> Key: GROOVY-8464
> URL: https://issues.apache.org/jira/browse/GROOVY-8464
> Project: Groovy
> Issue Type: Improvement
> Components: JSON
> Affects Versions: 2.5.0-beta-2
> Reporter: James Kleeh
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 2.5.0-beta-3, 2.6.0-alpha-3, 3.0.0-alpha-2
>
>
> In order to be able to render json "inline" (without `{}`), one or both of
> the following should change:
>
> This constructor to be made public
> [https://github.com/apache/groovy/blob/master/subprojects/groovy-json/src/main/java/groovy/json/StreamingJsonBuilder.java#L534]
> 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!
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)