Skip to content

Little wrapper, command-line & AWS Lambda Service to convert between key/value formats

License

Notifications You must be signed in to change notification settings

beijaflor-io/kv-formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kv-formats

Convert between KV formats

JavaScript

const kvFormats = require('kv-formats');
kvFormats.plist.stringify(
  kvFormats.yaml.parse(yamlFile)
);

HTTP

curl -XPOST -d @./package.json "https://j4db2yxkwh.execute-api.us-east-1.amazonaws.com/production/convert?outputType=ini&inputType=json"

CLI

kv-formats -o toml ./package.json

Formats supported

  • json
  • yaml
  • toml
  • ini
  • querystring
  • plist
  • msgpack

License

AGPLv3

About

Little wrapper, command-line & AWS Lambda Service to convert between key/value formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published