/jtpl

Simple json template processor

Primary LanguageGo

jtpl

Fill a template using a JSON.

echo '{"config.property":42}' \
  jtpl -f config.cfg.tpl \
  > config.cfg