]>
Commit | Line | Data |
---|---|---|
0a61b0df | 1 | #ifndef JSON_SPIRIT |
2 | #define JSON_SPIRIT | |
3 | ||
4 | // Copyright John W. Wilkinson 2007 - 2009. | |
5 | // Distributed under the MIT License, see accompanying file LICENSE.txt | |
6 | ||
7 | // json spirit version 4.03 | |
8 | ||
9 | #if defined(_MSC_VER) && (_MSC_VER >= 1020) | |
10 | # pragma once | |
11 | #endif | |
12 | ||
13 | #include "json_spirit_value.h" | |
14 | #include "json_spirit_reader.h" | |
15 | #include "json_spirit_writer.h" | |
16 | #include "json_spirit_utils.h" | |
17 | ||
18 | #endif |