|
|
|
|
|
by Ygg2
1115 days ago
|
|
No. You have a fair point, but not my biggest gripe. It's much more fundamental to what YAML is. YAML allows YamlNodes as keys in a map (aka complex keys). E.g. ? [ a, b]
: "complex key, scalar value"
You asked it for YAML parser and it gave you a shitty JSON parser.Also this is the most banal thing about YAML, something that should be obvious just browsing the examples. And I gave it test suite and link to YAML spec. Most work in YAML is around super obscure corner cases. |
|