1.0.0 • Published 6 years ago

@medv/eat v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Build Status

Command-line tool for converting anything to JSON.

Features

  • Eat everything, spits out json
  • Supports json, yaml, toml, xml, ini
  • Formatting and highlighting
  • Standalone binary

Install

$ npm install -g @medv/eat

Or download standalone binary from releases page.

Usage

$ eat resp.xml > resp.json

$ cat config.yaml | eat > config.json

$ eat deps.toml

Other examples

Use it with fx tool for extracting needed fields.

$ cat response.xml | eat | fx .Document.Title

Related

  • fx – cli JSON processor on JS
  • any-json - alternative cli tool for converting formats

License

MIT