JsonCpp project page JsonCpp home page

include/json/json.h

Go to the documentation of this file.
00001 // Copyright 2007-2010 Baptiste Lepilleur
00002 // Distributed under MIT license, or public domain if desired and
00003 // recognized in your jurisdiction.
00004 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
00005 
00006 #ifndef JSON_JSON_H_INCLUDED
00007 #define JSON_JSON_H_INCLUDED
00008 
00009 #include "autolink.h"
00010 #include "value.h"
00011 #include "reader.h"
00012 #include "writer.h"
00013 #include "features.h"
00014 
00015 #endif // JSON_JSON_H_INCLUDED