convert2json 0.8.5

CLI utilities to convert CSV, INI, TOML, XML & YAML into JSON and for use with jaq or jq.
Documentation

convert2json

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 18 feature flags, 16 of them enabled by default.

default

  • csv
  • ini
  • toml
  • xml
  • yaml

csv

  • csv2json
  • cq

ini

  • ini2json
  • iq

toml

  • toml2json
  • tq

xml

  • xml2json
  • xq

yaml

  • yaml2json
  • yq

csv2json

  • dep:pico-args
  • dep:csv

cq

  • dep:pico-args
  • dep:csv

ini2json

  • dep:serde_ini

iq

  • dep:serde_ini

toml2json

  • dep:toml

tq

  • dep:toml

xml2json

  • dep:serde-xml-rs

xq

  • dep:serde-xml-rs

yaml2json

  • dep:serde_yaml
  • dep:yaml-split

yq

  • dep:serde_yaml
  • dep:yaml-split

jq

  • cq
  • tq
  • xq
  • yq

to_json

  • csv2json
  • toml2json
  • xml2json
  • yaml2json