Introducing Pkl, a programming language for configuration

canpolat@programming.dev to Programming@programming.dev – 36 points –
pkl-lang.org
19

You are viewing a single comment

It's the other way around. The YAML schema supports JSON because YAML was designed as a superset of JSON.

@Lynxtickler @canpolat

I get where you're coming from, but JSON Schema still absolutely is the framework that supports YAML files and not the other way around. I've been using JSON Schema pretty heavily lately to write schemas using YAML, for validating YAML.