You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (Jira)" <ji...@apache.org> on 2022/02/03 22:35:01 UTC

[jira] [Closed] (GROOVY-10126) Support parsing multiple YAML documents

     [ https://issues.apache.org/jira/browse/GROOVY-10126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King closed GROOVY-10126.
------------------------------

> 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.20.1#820001)