ieee0824 / jec

Embed config in json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jec

Embed config in json

example

base

{
	"Integer": "$int",
	"String": "$string"
}

vars

{
	"int": 1,
	"string": "hoge"
}

result

{
	"Integer": 1,
	"String": "hoge"
}

About

Embed config in json

License:MIT License


Languages

Language:Go 100.0%