features.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
00007 # define CPPTL_JSON_FEATURES_H_INCLUDED
00008
00009 #if !defined(JSON_IS_AMALGAMATION)
00010 # include "forwards.h"
00011 #endif // if !defined(JSON_IS_AMALGAMATION)
00012
00013 namespace Json {
00014
00019 class JSON_API Features
00020 {
00021 public:
00027 static Features all();
00028
00034 static Features strictMode();
00035
00038 Features();
00039
00041 bool allowComments_;
00042
00044 bool strictRoot_;
00045 };
00046
00047 }
00048
00049 #endif // CPPTL_JSON_FEATURES_H_INCLUDED