@medv/eat

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @medv/eat

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

4.34 kB

Total Files

4

Last publish

Collaborators

  • medv