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)