remarshal-project / remarshal

Convert between CBOR, JSON, MessagePack, TOML, and YAML

Home Page:https://pypi.org/project/remarshal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Multiple documents in stream

g2p opened this issue · comments

At least JSON and YAML support having multiple objects/documents in a stream, YAML separates them with '---' on a separate line, and JSON (jq for example) with a newline.

I would find this conversion useful.

Thank you!

Sorry, but I am not interested in this feature. I'll merge it if someone contributes a good-quality implementation with tests.