jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

Make print, Format, Encoding available to -c #331

Closed squaremo closed 4 years ago

squaremo commented 4 years ago

It's not only useful to be able to print values, but also to print them in a particular format; likewise, reading in a particular encoding.

This addresses #191, though not as requested there :-)