canpolat@programming.dev to Programming@programming.devEnglish · 9 months agoIntroducing Pkl, a programming language for configurationpkl-lang.orgexternal-linkmessage-square18fedilinkarrow-up136arrow-down11
arrow-up135arrow-down1external-linkIntroducing Pkl, a programming language for configurationpkl-lang.orgcanpolat@programming.dev to Programming@programming.devEnglish · 9 months agomessage-square18fedilink
minus-squareLynxtickler@sopuli.xyzlinkfedilinkarrow-up4·9 months 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?
minus-squareTerrorBite :veripawed3:@meow.sociallinkfedilinkarrow-up3·9 months agoIt’s the other way around. The YAML schema supports JSON because YAML was designed as a superset of JSON. @Lynxtickler @canpolat
minus-squareLynxtickler@sopuli.xyzlinkfedilinkarrow-up1·9 months agoI 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.
minus-squareTerrorBite :veripawed3:@meow.sociallinkfedilinkarrow-up1·9 months ago@Lynxtickler ahh, I misunderstood what you were referring to. Didn’t realise you were talking about JSON Schema and not the JSON syntax itself.
JSON schema supports YAML as well, no? That’s because JSON and YAML are both essentially just different syntaxes for writing the same objects right?
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.
@Lynxtickler ahh, I misunderstood what you were referring to. Didn’t realise you were talking about JSON Schema and not the JSON syntax itself.