fq icon indicating copy to clipboard operation
fq copied to clipboard

yaml: Support multi document decode/encode

Open wader opened this issue 10 months ago • 2 comments

Related to #1087

wader avatar Feb 27 '25 22:02 wader

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

visualphoenix avatar Mar 12 '25 21:03 visualphoenix

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

wader avatar Mar 12 '25 21:03 wader