Your IP : 216.73.216.74


Current Path : /proc/self/root/proc/self/root/usr/local/legacy/postgresql/include/server/utils/
Upload File :
Current File : //proc/self/root/proc/self/root/usr/local/legacy/postgresql/include/server/utils/json.h

/*-------------------------------------------------------------------------
 *
 * json.h
 *	  Declarations for JSON data type support.
 *
 * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/utils/json.h
 *
 *-------------------------------------------------------------------------
 */

#ifndef JSON_H
#define JSON_H

#include "lib/stringinfo.h"

/* functions in json.c */
extern void escape_json(StringInfo buf, const char *str);

#endif							/* JSON_H */