jsonpath icon indicating copy to clipboard operation
jsonpath copied to clipboard

A simple and elastic access interface to json object for golang

Results 1 jsonpath issues
Sort by recently updated
recently updated
newest added

If we enter this switch, len(path) == 0. However, if none of the conditions match (e.g. data is an int) then it falls through to path[0] which will panic with...