inja icon indicating copy to clipboard operation
inja copied to clipboard

Rewrite JSON parser to support variables

Open wangchyz opened this issue 3 years ago • 0 comments

json data; data["one"] = 1;

render("{{ sort([3,2,data.one]) }}", data)

wangchyz avatar Jul 20 '20 07:07 wangchyz