Golang中的JSON查询表达式库。-Golang开发

时间:2021-05-26 16:26:37
【文件属性】:
文件名称:Golang中的JSON查询表达式库。-Golang开发
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-26 16:26:37
Golang Miscellaneous jsonql Golang中的JSON查询表达式库。 该库启用针对JSON的查询。 当前支持的运算符为:(优先级从低到高) && =!=> <> = <=〜=!〜= is is not included +-* jsonql Golang中的JSON查询表达式库。 该库启用针对JSON的查询。 当前支持的运算符为:(优先级从低到高) && =!=> <> = <=〜=!〜=不包含+-* /%^()以下是运算符到SQL的映射:AND到&& OR到|| RLIKE到〜=非RLIKE到~~ =安装go get -u github.com/elgs/jsonql示例包主导入(“ fmt”“ github.com/elgs/jsonql”)var jsonString =`[{“名称”: “ elgs”,“ gender”:“ m”,“
【文件预览】:
jsonql-master
----.gitignore(277B)
----utils.go(492B)
----exparser.go(6KB)
----jsonql.go(2KB)
----LICENSE(760B)
----lifo.go(1KB)
----jsonql_test.go(988B)
----README.md(3KB)
----utils_test.go(1KB)
----lifo_test.go(182B)
----exparser_test.go(2KB)
----sql_operators.go(18KB)

网友评论