Skip to content

一个 Go 的 JSON 模板引擎,可以将 Go 的表达式嵌入到 JSON 中。它支持条件语句、循环、函数调用等功能,可以用于生成动态的 JSON 数据。

Notifications You must be signed in to change notification settings

Cassius0924/jtgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Template with Go

一个 Go 的 JSON 模板引擎,可以将 Go 的表达式嵌入到 JSON 中。它支持条件语句、循环、函数调用等功能,可以用于生成动态的 JSON 数据。

执行模型

模板+数据 -> 编译 -> 解析执行 -> JSON

About

一个 Go 的 JSON 模板引擎,可以将 Go 的表达式嵌入到 JSON 中。它支持条件语句、循环、函数调用等功能,可以用于生成动态的 JSON 数据。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages