this post was submitted on 12 Nov 2023
979 points (97.5% liked)

Programmer Humor

25917 readers
1296 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] dan@upvote.au 48 points 2 years ago (5 children)

Friendly reminder if you prefer dealing with JSON - YAML is a superset of JSON, so any valid JSON is also valid YAML.

[โ€“] theterrasque 4 points 2 years ago

Found out the hard way that no, it's not.. there are a few valid json files that most yaml parsers choke on

load more comments (4 replies)