Mercurial > hg > gpsynth
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:add35537fdbb |
---|---|
1 // Copyright 2007-2010 Baptiste Lepilleur | |
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 "autolink.h" | |
10 # include "value.h" | |
11 # include "reader.h" | |
12 # include "writer.h" | |
13 # include "features.h" | |
14 | |
15 #endif // JSON_JSON_H_INCLUDED |