diff options
Diffstat (limited to 'jsonpath.h')
| -rw-r--r-- | jsonpath.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +/*------------------------------------------------------------------------- + * + * jsonpath.h + * JSONPath implementation routines for JSON data type support. + * + * Copyright (c) 2010, PostgreSQL Global Development Group + * Written by Joey Adams <joeyadams3.14159@gmail.com>. + * + *------------------------------------------------------------------------- + */ + #ifndef JSONPATH_H #define JSONPATH_H |
