|
|
|
|
|
by erik_seaberg
1209 days ago
|
|
Every YAML parser supports JSON (maybe modulo a couple of weird Unicode chars), but YAML also has features (tags, start/end document) that you can’t express in JSON, so it depends on whether the tool relies on seeing those. |
|