blob: da5fc967eb21a0b72534b34835aea66cb7635c63 [file] [log] [blame]
Baptiste Lepilleur7469f1d2010-04-20 21:35:19 +00001// Copyright 2007-2010 Baptiste Lepilleur
2// Distributed under MIT license, or public domain if desired and
3// recognized in your jurisdiction.
4// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
5
Christopher Dunn6d135cb2007-06-13 15:51:04 +00006#ifndef JSON_JSON_H_INCLUDED
7# define JSON_JSON_H_INCLUDED
8
9# include "autolink.h"
10# include "value.h"
11# include "reader.h"
12# include "writer.h"
Baptiste Lepilleur88681472009-11-18 21:38:54 +000013# include "features.h"
Christopher Dunn6d135cb2007-06-13 15:51:04 +000014
15#endif // JSON_JSON_H_INCLUDED