Skip to content

callum-oakley/json5-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reads JSON5 on stdin, writes plain JSON on stdout. A thin wrapper around json5-rs and Serde JSON.

$ cargo install json5-to-json
$ echo "{ hello: 'world' }" | json5-to-json
{"hello":"world"}

About

A bare-bones tool for converting JSON5 to plain JSON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages