blob: d574af5b8a64ea86e985aac40eacddea34366f88 [file] [log] [blame]
Alexander Afanasyev01106cd2013-02-27 01:01:22 -08001#ifndef JSON_SPIRIT
2#define JSON_SPIRIT
3
4// Copyright John W. Wilkinson 2007 - 2011
5// Distributed under the MIT License, see accompanying file LICENSE.txt
6
7// json spirit version 4.05
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