TOML
Tom's Obvious Minimal Language
A configuration file format designed to be easy to read and map to a dictionary data structure.
技術的詳細
TOML uses indentation (spaces only, no tabs) for structure, making it visually clean but whitespace-sensitive. It supports anchors (&) and aliases (*) for node reuse, multi-line strings with | (literal) and > (folded) indicators, and complex key types. YAML 1.2 is a strict superset of JSON — any valid JSON is valid YAML. Security note: YAML parsers can execute arbitrary code via the !!python/object tag; use safe_load() in production.
例
```javascript // TOML example const input = 'sample data'; const result = process(input); console.log(result); ```
関連フォーマット
関連ツール
H
Hash Generator
P
Password Generator
U
Unix Timestamp Converter
C
Cron Expression Generator
C
Chmod Calculator
S
String Escape / Unescape
I
IP Subnet Calculator
C
Color Code Converter
C
CSV ↔ JSON Converter
X
XML ↔ JSON Converter
S
SQL Formatter
M
Markdown Table Generator
H
HTTP Status Code Reference
M
Meta Tags Generator
R
Robots.txt Generator
.
.gitignore Generator
H
HTML Formatter
C
CSS Unit Converter
J
JSONPath Evaluator
T
Text Diff Checker
D
Data URI Converter
L
Lorem Ipsum Generator
P
Path Converter
.
.htaccess Generator
.
.env Validator
P
Placeholder Image Generator