blob: 19f14c2664a6fdfcd712a587a09beb8d12070297 [file] [log] [blame]
Devin Jeanpierre59e4d352017-07-21 03:44:36 -07001// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
Baptiste Lepilleur7469f1d2010-04-20 21:35:19 +00002// 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
Aaron Jacobs9fa4e842014-07-01 08:48:54 +10007#define JSON_JSON_H_INCLUDED
Christopher Dunn6d135cb2007-06-13 15:51:04 +00008
Aaron Jacobs9fa4e842014-07-01 08:48:54 +10009#include "autolink.h"
Aaron Jacobs9fa4e842014-07-01 08:48:54 +100010#include "features.h"
Billy Donahueb5e1fe82018-05-20 16:55:27 -040011#include "reader.h"
12#include "value.h"
13#include "writer.h"
Christopher Dunn6d135cb2007-06-13 15:51:04 +000014
15#endif // JSON_JSON_H_INCLUDED