sm
lib
json-c
json.h
Go to the documentation of this file.
1
/*
2
* $Id: json.h,v 1.6 2006/01/26 02:16:28 mclark Exp $
3
*
4
* Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
5
* Michael Clark <michael@metaparadigm.com>
6
*
7
* This library is free software; you can redistribute it and/or modify
8
* it under the terms of the MIT license. See COPYING for details.
9
*
10
*/
11
12
#ifndef _json_h_
13
#define _json_h_
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
#include "
bits.h
"
20
#include "
debug.h
"
21
#include "
linkhash.h
"
22
#include "
arraylist.h
"
23
#include "
json_util.h
"
24
#include "
json_object.h
"
25
#include "
json_tokener.h
"
26
#include "
json_more_utils.h
"
27
28
#ifdef __cplusplus
29
}
30
#endif
31
32
#endif
bits.h
json_more_utils.h
json_object.h
json_tokener.h
linkhash.h
arraylist.h
json_util.h
debug.h
csm
Author(s): Andrea Censi
autogenerated on Wed Aug 17 2022 02:50:33