- reorganized repository to match standard layout
diff --git a/include/json/json.h b/include/json/json.h
new file mode 100644
index 0000000..c2a24ea
--- /dev/null
+++ b/include/json/json.h
@@ -0,0 +1,9 @@
+#ifndef JSON_JSON_H_INCLUDED

+# define JSON_JSON_H_INCLUDED

+

+# include "autolink.h"

+# include "value.h"

+# include "reader.h"

+# include "writer.h"

+

+#endif // JSON_JSON_H_INCLUDED