-
+ 1499B4CBDAE705DFB050F0376961BC5CF0994199F995FBAFB37EDAE20F92BB8FCA802627991ACDC7216339981B9E00262782D5F59A30403E41769756AEF2BA6A
bitcoin/src/json/json_spirit.h
(0 . 0)(1 . 18)
6572 #ifndef JSON_SPIRIT
6573 #define JSON_SPIRIT
6574
6575 // Copyright John W. Wilkinson 2007 - 2009.
6576 // Distributed under the MIT License, see accompanying file LICENSE.txt
6577
6578 // json spirit version 4.03
6579
6580 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
6581 # pragma once
6582 #endif
6583
6584 #include "json_spirit_value.h"
6585 #include "json_spirit_reader.h"
6586 #include "json_spirit_writer.h"
6587 #include "json_spirit_utils.h"
6588
6589 #endif