Update Serialization
parent
358be556c8
commit
be9bab2285
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue