[
https://issues.apache.org/jira/browse/GROOVY-10126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Sun resolved GROOVY-10126.
---------------------------------
Resolution: Fixed
> Support parsing multiple YAML documents
> ---------------------------------------
>
> Key: GROOVY-10126
> URL: https://issues.apache.org/jira/browse/GROOVY-10126
> Project: Groovy
> Issue Type: Improvement
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 4.0.0-beta-1
>
>
> YAML supports defining multiple documents in a string/file, e.g.
> {code}
> ---
> version: 1
> ---
> loadAtStartup: true
> {code}
> ( See https://blog.mrhaki.com/2020/02/groovy-goodness-parse-yaml-with.html )
> The improvement is trying to support the above format.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)