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