2017-07-21 12:44:36 +02:00
|
|
|
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
|
2010-04-20 23:35:19 +02:00
|
|
|
// 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
|
|
|
|
2019-11-14 19:15:49 +01:00
|
|
|
#include "config.h"
|
2019-09-25 23:04:53 +02:00
|
|
|
#include "json_features.h"
|
2014-07-01 00:48:54 +02:00
|
|
|
#include "reader.h"
|
2018-05-20 22:55:27 +02:00
|
|
|
#include "value.h"
|
2014-07-01 00:48:54 +02:00
|
|
|
#include "writer.h"
|
2007-06-13 17:51:04 +02:00
|
|
|
|
|
|
|
#endif // JSON_JSON_H_INCLUDED
|