TerrorBite :veripawed3:@meow.socialtoProgramming@programming.dev•Introducing Pkl, a programming language for configuration
4·
9 months agoIt’s the other way around. The YAML schema supports JSON because YAML was designed as a superset of JSON.
I’m a lion from Australia! (he/him)
#nobot (please do not index this profile in search engines)
It’s the other way around. The YAML schema supports JSON because YAML was designed as a superset of JSON.
Oh absolutely. I can think of several situations where that wouldn’t work well or at all, for example, a switch statement that sets up variables to be used in the rest of the function.
Also, good luck using
switch
without anybreak
s, but I’m guessing that’s not quite what your teacher had in mind.
The teacher, probably: “You must always put a switch
in its own function! Then use return
at the end of each case.”
@Lynxtickler ahh, I misunderstood what you were referring to. Didn’t realise you were talking about JSON Schema and not the JSON syntax itself.