APIJSONParser
APIJSONParser copied to clipboard
Complate JSON to SQL,APIJSON编译器,将JSON动态编译成SQL
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.21 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.21 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...
https://blog.csdn.net/weixin_33726313/article/details/92504878   
https://www.oschina.net/news/120011/apijson-news   https://github.com/Tencent/APIJSON 感谢作者的贡献,希望这个项目继续更新哦~
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
from: { "Product:p":{ "@column":"id,code,name,price", "brand_id!{}": [1,4,5] } } to: SELECT p.id, p.code, p.name, p.price FROM Product p WHERE (p.brand_id NOT IN [1, 4, 5])
大概看了一下说明, 好像是修改了一些语法, 比如join的写法和原版的不一样
感谢您写出这么棒的项目,目前我们的通用接口只能传字符串,传数组就报错了,请问如何让字段支持数组或对象类型