Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.

License

NotificationsYou must be signed in to change notification settings

sclevine/yj

Repository files navigation

yj

GoDocTests

Packaging status

Convert between YAML, TOML, JSON, and HCL.

Preserves map order.

Format versions:

  • YAML:v1.2 (gopkg.in/yaml.v3)
  • TOML:v1.0.0 (github.com/BurntSushi/toml)
  • JSON:RFC 7159 (encoding/json)
  • HCL:v1 (github.com/hashicorp/hcl)
$ yj -hUsage: yj [-][ytjcrneikhv]Convert between YAML, TOML, JSON, and HCL.Preserves map order.-x[x]  Convert using stdin. Valid options:          -yj, -y = YAML to JSON (default)          -yy     = YAML to YAML          -yt     = YAML to TOML          -yc     = YAML to HCL          -tj, -t = TOML to JSON          -ty     = TOML to YAML          -tt     = TOML to TOML          -tc     = TOML to HCL          -jj     = JSON to JSON          -jy, -r = JSON to YAML          -jt     = JSON to TOML          -jc     = JSON to HCL          -cy     = HCL to YAML          -ct     = HCL to TOML          -cj, -c = HCL to JSON          -cc     = HCL to HCL-n     Do not covert inf, -inf, and NaN to/from strings (YAML or TOML only)-e     Escape HTML (JSON out only)-i     Indent output (JSON or TOML out only)-k     Attempt to parse keys as objects or numeric types (YAML out only)-h     Show this help message-v     Show version

Installation

Homebrew

Theyj CLI is available viaHomebrew:

brew install yj

Manual

Binaries for macOS, Linux, and Windows areattached to each release.

Docker

yj is also available as aDocker image.

Go Package

Packages contained in this repo may also be used to convert all supported data formats to a normalized tree of ordered Go objects.

Seegodoc for details.

NOTE: The current Go API should not be considered stable.


[8]ページ先頭

©2009-2025 Movatter.jp