Rob B

Results 1 issues of Rob B

The JSONPath standard supports single-quotes for bracket notation (see [here](https://github.com/json-path/JsonPath#operators)) but they fail with a syntax error: ```go m := map[string]interface{}{ "field": map[string]interface{}{ "sub-field": "hello", }, } value, err :=...