aboutsummaryrefslogtreecommitdiff
path: root/include/jsoncons/json_content_handler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/jsoncons/json_content_handler.hpp')
-rw-r--r--include/jsoncons/json_content_handler.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/jsoncons/json_content_handler.hpp b/include/jsoncons/json_content_handler.hpp
new file mode 100644
index 0000000..edec19e
--- /dev/null
+++ b/include/jsoncons/json_content_handler.hpp
@@ -0,0 +1,12 @@
+// Copyright 2018 Daniel Parker
+// Distributed under the Boost license, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+// See https://github.com/danielaparker/jsoncons for latest version
+
+#ifndef JSONCONS_JSON_CONTENT_HANDLER_HPP
+#define JSONCONS_JSON_CONTENT_HANDLER_HPP
+
+#include <jsoncons/json_visitor.hpp>
+
+#endif