diff options
Diffstat (limited to 'jsonpath.h')
| -rw-r--r-- | jsonpath.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ typedef enum { JP_ROOT, JP_WILDCARD, JP_INDEX_SUBSCRIPT, - JP_KEY_SUBSCRIPT + JP_KEY_SUBSCRIPT, + JP_CALL_CHAR } jp_element_type; typedef struct { |
