From be9bab228563300f45c0f53c7f7953f4bbe2d882 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 25 Feb 2025 14:43:06 +0000 Subject: [PATCH] Update Serialization --- Serialization.md | 4 ++++ 1 file changed, 4 insertions(+) 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.