Skip to content

yaml: Support multi document decode/encode#1088

Draft
wader wants to merge 1 commit into
masterfrom
yaml-multi-document
Draft

yaml: Support multi document decode/encode#1088
wader wants to merge 1 commit into
masterfrom
yaml-multi-document

Conversation

@wader

@wader wader commented Feb 27, 2025

Copy link
Copy Markdown
Owner

Related to #1087

@wader wader force-pushed the yaml-multi-document branch from 40afc7b to d374ff7 Compare February 28, 2025 09:50
@wader wader changed the title yaml: Support multi document decode yaml: Support multi document decode/encode Feb 28, 2025
@visualphoenix

Copy link
Copy Markdown

you might consider https://github.com/kubernetes/apimachinery/tree/master/pkg/util/yaml or https://github.com/kubernetes-sigs/yaml instead of gopkg.in/yaml.v3 which (links to https://github.com/go-yaml/yaml/tree/v3.0.1 ) hasnt been updated in 3 years

@wader

wader commented Mar 12, 2025

Copy link
Copy Markdown
Owner Author

you might consider https://github.com/kubernetes/apimachinery/tree/master/pkg/util/yaml

Seem to be decode only?

or https://github.com/kubernetes-sigs/yaml

This one might be interesting. Looks like a wrapper and fork of go-yaml?

instead of gopkg.in/yaml.v3 which (links to https://github.com/go-yaml/yaml/tree/v3.0.1 ) hasnt been updated in 3 years

Is there some particular bug or issue with the current yaml dependency? but yes if there is a more active yaml implementation it would be nice to switch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants