summaryrefslogtreecommitdiff
path: root/db/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/json.h')
-rw-r--r--db/json.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/json.h b/db/json.h
new file mode 100644
index 00000000000..febee18940e
--- /dev/null
+++ b/db/json.h
@@ -0,0 +1,8 @@
+// json.h
+
+#pragma once
+
+#include "../stdafx.h"
+#include "jsobj.h"
+
+JSObj fromjson(const char *str);