Update of /cvsroot/jsoncpp/jsoncpp/include/json
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27056/include/json
Modified Files:
json.h
Log Message:
* added FastWriter implementation and updated test (read the written input and check if correct).
Index: json.h
===================================================================
RCS file: /cvsroot/jsoncpp/jsoncpp/include/json/json.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** json.h 27 Jul 2005 07:09:23 -0000 1.1.1.1
--- json.h 27 Jul 2005 22:28:08 -0000 1.2
***************
*** 5,8 ****
--- 5,9 ----
# include "json_value.h"
# include "json_reader.h"
+ # include "json_writer.h"
#endif // JSON_JSON_H_INCLUDED
|