Convertitore di Formati Dati
Converti e valida tra i formati JSON, YAML, TOML, XML, INI e Properties
Formato di input
Matrice di compatibilità dei formati
| From \ To | JSON | YAML | TOML | XML | INI | Properties |
|---|---|---|---|---|---|---|
| JSON | fmt | O | O | O | ~ | ~ |
| YAML | O | fmt | O | O | ~ | ~ |
| TOML | O | O | fmt | O | ~ | ~ |
| XML | O | O | O | fmt | X | X |
| INI | ~ | ~ | ~ | X | fmt | O |
| Properties | ~ | ~ | ~ | X | O | fmt |
O = Conversione completa~ = Conversione piatta (notazione con punto)X = Non supportato