diff options
Diffstat (limited to 'jsonpath.c')
| -rw-r--r-- | jsonpath.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -176,7 +176,6 @@ jp_show(JSONPath * jp) break; case JP_KEY_SUBSCRIPT: tmp = json_encode_string(elem->data.key.ptr, elem->data.key.length, '"', false); - Assert(tmp != NULL); appendStringInfo(string, "%s[%s]", rd ? ".." : "", tmp); pfree(tmp); break; |
