diff --git a/Serialization.md b/Serialization.md index 6124e02..ca6aae8 100644 --- a/Serialization.md +++ b/Serialization.md @@ -63,6 +63,10 @@ These are articles I came across while trying to understand YAML's bad reputatio * [noyaml](https://noyaml.com/) * [YAML: probably not so great after all](https://www.arp242.net/yaml-config.html) +#### TOML +* [What is wrong with TOML?](https://hitchdev.com/strictyaml/why-not/toml/) + + ## Floating-point representation We probably don't need to know much about how to represent floating-point numbers as human-readable strings, because we'll probably choose a serialization framework that does it for us. These articles are useful background, though.