summaryrefslogtreecommitdiff
path: root/src/json/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json/json.h')
-rw-r--r--src/json/json.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/json/json.h b/src/json/json.h
new file mode 100644
index 0000000..73b4f52
--- /dev/null
+++ b/src/json/json.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "../tag.h"
+#include "../stream.h"
+
+bool json_read(tag_t *tag, const stream_t *stream);
+bool json_print(const tag_t *tag, const stream_t *stream);