Survey of Config Languages

(github.com)

3 points | by networked 3 hours ago ago

1 comments

  • transfire 2 hours ago ago

    YAML is most certainly typed. Just because there a few human-oriented convenience words that you have to be aware of, does not make it “string-ish”.

    In fact YAML is actually truly typed using “!” tag, where as others like JSON which you say are typed only support a basic set of types.