annotate third_party/json/json.h @ 0:add35537fdbb tip

Initial import
author irh <ian.r.hobson@gmail.com>
date Thu, 25 Aug 2011 11:05:55 +0100
parents
children
rev   line source
ian@0 1 // Copyright 2007-2010 Baptiste Lepilleur
ian@0 2 // Distributed under MIT license, or public domain if desired and
ian@0 3 // recognized in your jurisdiction.
ian@0 4 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
ian@0 5
ian@0 6 #ifndef JSON_JSON_H_INCLUDED
ian@0 7 # define JSON_JSON_H_INCLUDED
ian@0 8
ian@0 9 # include "autolink.h"
ian@0 10 # include "value.h"
ian@0 11 # include "reader.h"
ian@0 12 # include "writer.h"
ian@0 13 # include "features.h"
ian@0 14
ian@0 15 #endif // JSON_JSON_H_INCLUDED