jsonpath
jsonpath copied to clipboard
I want to use .*~ query. ex. $..properties.*~
I want to do something like this, but I get an error when I use ~
.
Will ~
be supported?
jp.apply(someJson, '$..properties', snakecase)