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/forwards.h b/include/json/forwards.h index 3372a55..ee76071 100644 --- a/include/json/forwards.h +++ b/include/json/forwards.h
@@ -9,6 +9,9 @@ class Reader; class StyledWriter; + // features.h + class Features; + // value.h class StaticString; class Path;