You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/06/08 06:36:00 UTC

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

Daniel Sun created GROOVY-10126:
-----------------------------------

             Summary: 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
             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)