Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

fivetran/smile-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smile-tool

Wraps com.fasterxml.jackson.dataformat.smile.Tool

Installation

npm install -g smile-tool

You must hava Java installed and on your PATH for smile-tool to work.

Usage

smile-tool -e/-d [file]
 (if no file given, reads from stdin -- always writes to stdout)
 -d: decode Smile encoded input as JSON
 -e: encode JSON (text) input as Smile
 -v: encode JSON (text) input as Smile; read back, verify, do not write out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published