- reorganized repository to match standard layout

This commit is contained in:
Baptiste Lepilleur
2007-03-15 22:11:38 +00:00
parent d3a114c906
commit 4cd8bae331
103 changed files with 7722 additions and 0 deletions

9
include/json/json.h Normal file
View File

@@ -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