diff options
Diffstat (limited to 'json/json_spirit_value.cpp')
-rw-r--r-- | json/json_spirit_value.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/json/json_spirit_value.cpp b/json/json_spirit_value.cpp new file mode 100644 index 0000000000..dd5b50e5d5 --- /dev/null +++ b/json/json_spirit_value.cpp @@ -0,0 +1,8 @@ +/* Copyright (c) 2007 John W Wilkinson
+
+ This source code can be used for any purpose as long as
+ this comment is retained. */
+
+// json spirit version 2.00
+
+#include "json_spirit_value.h"
|