commit | 8868147835248e1e6458132a97ad4029b6c3e893 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Wed Nov 18 21:38:54 2009 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Wed Nov 18 21:38:54 2009 +0000 |
tree | 8e69907039b54343cd69c19ae6eabfc900c68525 | |
parent | 64e07e54edb325efcfe684bef23ec2edec7cd3ac [diff] [blame] |
- added Features class that describes allowed extension for Reader, to allow for strict configuration - added tests from json.org jsonchecker and modified jsontestrunner to use strict parsing mode when executing them
diff --git a/include/json/json.h b/include/json/json.h index a539740..c71ed65 100644 --- a/include/json/json.h +++ b/include/json/json.h
@@ -5,5 +5,6 @@ # include "value.h" # include "reader.h" # include "writer.h" +# include "features.h" #endif // JSON_JSON_H_INCLUDED