jcazevedo / moultingyaml

Scala wrapper for SnakeYAML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parseYaml should also support InputStream

Flowdalic opened this issue · comments

parseYaml only supports String (via PimpedString, but snakeyaml's load() also supports InputStream. Would be great if there where a parseYaml for input streams too, so that I don't need to read files into memory before parsing it.