Survey of Config Languages

3 pointsposted 15 hours ago
by networked

1 Comments

transfire

14 hours 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.