Update Serialization

Glen Whitney 2025-02-25 14:43:06 +00:00
parent 358be556c8
commit be9bab2285

@ -63,6 +63,10 @@ These are articles I came across while trying to understand YAML's bad reputatio
* [noyaml](https://noyaml.com/) * [noyaml](https://noyaml.com/)
* [YAML: probably not so great after all](https://www.arp242.net/yaml-config.html) * [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 ## 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. 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.