Possibly. My point is: despite having a common subset Pkl and JSON schema doesn’t seem to be solving the same problems. But, I’m just learning about it, so I may just be wrong.
Comment on Introducing Pkl, a programming language for configuration
Lynxtickler@sopuli.xyz 1 year agoJSON schema supports YAML as well, no? That’s because JSON and YAML are both essentially just different syntaxes for writing the same objects right?
canpolat@programming.dev 1 year ago
TerrorBite@meow.social 1 year ago
It's the other way around. The YAML schema supports JSON because YAML was designed as a superset of JSON.
@Lynxtickler @canpolat
Lynxtickler@sopuli.xyz 1 year ago
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.