Tom's Obvious, Minimal Language

TOML ist eine Datenstrukturierungssprache deren Syntax an INI-Dateien angelehnt ist. Das Datenmodell von TOML ist im Wesentlichen eine Erweiterung des Modells von JSON ohne null-Werte um Datentypen für Zeit und Datum.

Beispiel

value = 42
name = [ "forty-two", "forty two", "42" ]

[source]
author = "Douglas Adams"
work = "The Hitchhiker's Guide to the Galaxy"

Unter https://toml-to-json.matiaskorhonen.fi/ existiert ein Konverter zwischen TOML und JSON.

Homepagehttps://github.com/toml-lang/toml
GrundformatUnicode
AnwendungStrukturierungssprachen (Strukturen)
WikidataQ28449455