/jec

Embed config in json

Primary LanguageGoMIT LicenseMIT

jec

Embed config in json

example

base

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

vars

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

result

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