Skip to main content
DevTools24

Convertitore Properties/YAML

Converti tra Properties e YAML.

Format Notes:
  • Properties: key=value or key:value format, dotted keys for nesting
  • YAML: Indentation-based hierarchy, human-readable
  • • Comments start with # in both formats

tools.properties-yaml.toolInfo.title - Dettagli tecnici

tools.properties-yaml.toolInfo.details

Alternativa da riga di comando

# Properties\nserver.port=8080\nserver.host=localhost\n\n# YAML equivalent\nserver:\n  port: 8080\n  host: localhost