ian@0: // Copyright 2007-2010 Baptiste Lepilleur ian@0: // Distributed under MIT license, or public domain if desired and ian@0: // recognized in your jurisdiction. ian@0: // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE ian@0: ian@0: #ifndef JSON_JSON_H_INCLUDED ian@0: # define JSON_JSON_H_INCLUDED ian@0: ian@0: # include "autolink.h" ian@0: # include "value.h" ian@0: # include "reader.h" ian@0: # include "writer.h" ian@0: # include "features.h" ian@0: ian@0: #endif // JSON_JSON_H_INCLUDED