An open API service indexing awesome lists of open source software.

https://github.com/lflxp/json

json transfer nestable html code by golang
https://github.com/lflxp/json

automatic database json nestable

Last synced: 2 months ago
JSON representation

json transfer nestable html code by golang

Awesome Lists containing this project

README

          

# 需求

* golang将数据转换成json格式

'''
body := `
{
"name":"lxp",
"group":[
{
"id":"sn",
"children":[{"id":"3"},{"id":"3"},{"id":"3"},{"id":"3"},{"id":"3"}]
},{
"id":"jdbc",
"children":[{"id":"3"},{"id":"3"},{"id":"3"}]
}
]
}`
'''

* 将json转换成nestable插件需要的html代码

* 通过net/http 生成