Transform and query data structures
Transform and query data structures
Restructure, transform, and manipulate data structures effortlessly
Supports multiple file formats
Supports multiple file formats
plain text, JSON, csv, tsv, dsv
Inspired by jq and GraphQL
Inspired by jq and GraphQL
Consume APIs in the command line
Consume APIs in the command line
curl "https://swapi.co/api/people/1/" | emuto '$.name'
Compile to JavaScript
Compile to JavaScript
Compile emuto queries to JS using Webpack
Setup:
yarn add --dev emuto emuto-loader
Command line tool
Command line tool
Combine emuto with well-known utilities such as curl
, awk
Setup:
yarn global add emuto emuto-cli
Flexible
Convert, transform, filter, slice JSON files in node or in the browser