json test

Committer:
tgw
Date:
Fri Jan 26 06:05:31 2018 +0000
Revision:
0:2ee762ea11b3
json

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tgw 0:2ee762ea11b3 1 // Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
tgw 0:2ee762ea11b3 2 // Distributed under MIT license, or public domain if desired and
tgw 0:2ee762ea11b3 3 // recognized in your jurisdiction.
tgw 0:2ee762ea11b3 4 // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
tgw 0:2ee762ea11b3 5
tgw 0:2ee762ea11b3 6 #ifndef JSON_JSON_H_INCLUDED
tgw 0:2ee762ea11b3 7 #define JSON_JSON_H_INCLUDED
tgw 0:2ee762ea11b3 8
tgw 0:2ee762ea11b3 9 #include "autolink.h"
tgw 0:2ee762ea11b3 10 #include "value.h"
tgw 0:2ee762ea11b3 11 #include "reader.h"
tgw 0:2ee762ea11b3 12 #include "writer.h"
tgw 0:2ee762ea11b3 13 #include "features.h"
tgw 0:2ee762ea11b3 14
tgw 0:2ee762ea11b3 15 #endif // JSON_JSON_H_INCLUDED