xt

xt is a cross-format translator for JSON, MessagePack, TOML, and YAML.

Usage

Usage: xt [-f format] [-t format] [file ...]

OptionDescription
-f formatSkip detection and convert every input from the given format
-t formatConvert to the given format (default: json)

Formats

  • json, j:
  • msgpack, m
  • toml, t
  • yaml, y