xref: /aosp_15_r20/external/jsoncpp/include/json/json.h (revision 4484440890e2bc6e07362b4feaf15601abfe0071)
1 // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
2 // 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
7 #define JSON_JSON_H_INCLUDED
8 
9 #include "config.h"
10 #include "json_features.h"
11 #include "reader.h"
12 #include "value.h"
13 #include "writer.h"
14 
15 #endif // JSON_JSON_H_INCLUDED
16