Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
- If the schema of a TOML file is unknown,
you can parse it into a generic object (
any
ormap[string]any
). When parsing a TOML file into a generic object,map