YAML
YAML (für "YAML Ain’t Markup Language") erweitert Syntax und Modell von JSON. Während JSON hierarchisch aufgebaut ist, sind mit YAML beispielsweise auch Graph-Strukturen abbildbar.
Beispiel
---
value: 42
name:
- forty-two
- forty two
- '42'
question: ~
source:
author: Douglas Adams
work: The Hitchhiker's Guide to the Galaxy
...
Homepage | http://www.yaml.org/ |
Grundformat | Unicode |
Anwendung | Strukturierungssprachen (Strukturen) |
Wikidata | Q281876 |