RedPRL / bantorra

📚 A library for managing libraries and resolving unit paths
https://redprl.org/bantorra/bantorra
Apache License 2.0
17 stars 0 forks source link

Use JSON instead of YAML #28

Closed favonia closed 3 years ago

favonia commented 3 years ago

YAML is beautiful but JSON is much more well-defined and well-implemented, especially in the area of implicit types. JSON has its own issues, for example duplicate keys, but overall it's easier to find quality encoders and decoders.