go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.14k stars 1.29k forks source link

Validator for YAML #1139

Open jpodivin opened 11 months ago

jpodivin commented 11 months ago

Issue, Question or Enhancement:

The package could use verifier for YAML syntax. It is a common format, that is often used to initialize structs (like in k8s).