blob: 5c776a1609e6111bd156195956837cc762410ee2 [file] [log] [blame]
Haibo Huangb0bee822021-02-24 15:40:15 -08001// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
Leon Scroggins IIIf59fb0e2014-05-28 15:19:42 -04002// 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
6#ifndef JSON_JSON_H_INCLUDED
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -05007#define JSON_JSON_H_INCLUDED
Leon Scroggins IIIf59fb0e2014-05-28 15:19:42 -04008
Haibo Huangb0bee822021-02-24 15:40:15 -08009#include "config.h"
10#include "json_features.h"
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -050011#include "reader.h"
Haibo Huangb0bee822021-02-24 15:40:15 -080012#include "value.h"
Derek Sollenberger2eb3b4d2016-01-11 14:41:40 -050013#include "writer.h"
Leon Scroggins IIIf59fb0e2014-05-28 15:19:42 -040014
15#endif // JSON_JSON_H_INCLUDED