2010-04-20 23:35:19 +02:00
|
|
|
// Copyright 2007-2010 Baptiste Lepilleur
|
|
|
|
// Distributed under MIT license, or public domain if desired and
|
|
|
|
// recognized in your jurisdiction.
|
|
|
|
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
|
|
|
|
|
2007-06-13 17:51:04 +02:00
|
|
|
#ifndef JSON_JSON_H_INCLUDED
|
2014-07-01 00:48:54 +02:00
|
|
|
#define JSON_JSON_H_INCLUDED
|
2007-06-13 17:51:04 +02:00
|
|
|
|
2014-07-01 00:48:54 +02:00
|
|
|
#include "autolink.h"
|
|
|
|
#include "value.h"
|
|
|
|
#include "reader.h"
|
|
|
|
#include "writer.h"
|
|
|
|
#include "features.h"
|
2007-06-13 17:51:04 +02:00
|
|
|
|
|
|
|
#endif // JSON_JSON_H_INCLUDED
|