diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-10 19:41:22 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-10 19:41:22 +0000 |
| commit | 40d324f102295b8eea70ec9ac6b42be417cbbfb8 (patch) | |
| tree | 449039c92ef7b69afb7f6864032748d444c368a1 /json/json_spirit_value.cpp | |
| parent | revert revision 56, going in different direction with boost::asio and JSON-RPC (diff) | |
| download | discoin-40d324f102295b8eea70ec9ac6b42be417cbbfb8.tar.xz discoin-40d324f102295b8eea70ec9ac6b42be417cbbfb8.zip | |
JSON Spirit library from http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx, MIT license
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 000000000..dd5b50e5d --- /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"
|