yaml2json

Convert YAML to JSON

MIT License

Stars
3

Bot releases are visible (Hide)

yaml2json - v0.2.1 Latest Release

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/yaml2json/compare/v0.2.0...v0.2.1

Features

#26 Support changing the indent

e.g.

$ yaml2json aqua.yaml
{"packages":[{"name":"rhysd/[email protected]"},{"name":"golangci/[email protected]"},{"name":"reviewdog/[email protected]"}],"registries":[{"ref":"v2.12.0","type":"standard"}]}
$ yaml2json -i "  " aqua.yaml
{
  "packages": [
    {
      "name": "rhysd/[email protected]"
    },
    {
      "name": "golangci/[email protected]"
    },
    {
      "name": "reviewdog/[email protected]"
    }
  ],
  "registries": [
    {
      "ref": "v2.12.0",
      "type": "standard"
    }
  ]
}
yaml2json - v0.2.0

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/yaml2json/compare/v0.1.1...v0.2.0

⚠️ Breaking Changes

#8 Convert bool and int of map key into string

yaml2json - v0.2.0-0

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/yaml2json/compare/v0.1.1...v0.2.0-0

⚠️ Breaking Changes

#8 Convert bool and int of map key into string

yaml2json - v0.1.1

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/yaml2json/compare/v0.1.0...v0.1.1

Others

#6 docs: add Install section
#7 Add assets for Windows

yaml2json - v0.1.0

Published by github-actions[bot] over 2 years ago

yaml2json - v0.1.0-2

Published by github-actions[bot] over 2 years ago

Pull Requests | Issues | https://github.com/suzuki-shunsuke/yaml2json/compare/v0.1.0-1...v0.1.0-2

Changelog

  • e6e5dbc Merge pull request #5 from suzuki-shunsuke/ci/define-permission
  • f203850 ci: define permission explicitly
Package Rankings
Top 8.04% on Proxy.golang.org