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

nilium/e2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e2json

Usage: e2json [-h] [--] FILE...

e2json is an escript to read Erlang term files (file:consult) and convert them to JSON. Each file's JSON is printed separated by a newline, and the final JSON has a trailing newline ("\n").

If an error occurs, e2json will exit with a status of 1.

Build

$ rebar3 escriptize

After building, you may want to copy _build/default/bin/e2json to $HOME/bin/e2json to install it locally.

About

Simple Erlang terms to JSON utility (Migrated to https://git.sr.ht/~nilium/e2json)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages