Jolt语法基础(写的很烂别看,就是备份)

Posted on 2019-07-02 16:02  橙子j  阅读(751)  评论(0编辑  收藏  举报

 

https://blog.csdn.net/m0_37674755/article/details/85530142

 

https://blog.csdn.net/weixin_36048246/article/details/89287200

 

转换方法

(1)shift: the primary function is to copy and copy a structure of the input JSON to the target JSON

(2)default: the primary effect is to set the default value

(3)remove: the primary function is to delete, and you can delete a structure of the input JSON structure

(4)sort:sort key values

shift
default

remove(BUG) 
sort(BUG) 

 

通配符

 

*,&

 

$,@,#
|