Add initial version with header/secdesc parsing.
diff --git a/json-parse.c b/json-parse.c
new file mode 100644
index 0000000..f9ccad5
--- /dev/null
+++ b/json-parse.c
@@ -0,0 +1,10 @@
+/**
+ * Describes functions for parsing JSON CPER data into an intermediate format.
+ * 
+ * Author: Lawrence.Tang@arm.com
+ **/
+
+void json_to_ir(void) 
+{
+
+}
\ No newline at end of file