Tags: godla/gjson
Tags
Added modifiers and path chaining A modifier is a path component that performs custom processing on the json. Multiple paths can be "chained" together using the pipe character. This is useful for getting results from a modified query. See the README file for more information.
Merge pull request tidwall#98 from thirstycoda/master Added not like operator support to query
Merge pull request tidwall#66 from Hexilee/master Result.Bool() can parse 'false' as false
PreviousNext