|
|
|
|
|
by coderjames
314 days ago
|
|
> those who want to parse a JSON document with a YAML parser. I've done it. We already had a YAML parser in an internal library I maintain since we were already ingesting YAML files for other reasons, so when we later added new files for a different reason that someone decided should be in JSON instead, it was easier and cleaner to keep using the existing YAML parser we already had incorporated rather than add a separate JSON parser along side it. |
|