JsonCpp project page JsonCpp home page

features.h
Go to the documentation of this file.
1 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
2 # define CPPTL_JSON_FEATURES_H_INCLUDED
3 
4 # include "json/forwards.h"
5 
6 namespace Json {
7 
13  {
14  public:
20  static Features all();
21 
27  static Features strictMode();
28 
31  Features();
32 
35 
38  };
39 
40 } // namespace Json
41 
42 #endif // CPPTL_JSON_FEATURES_H_INCLUDED
#define JSON_API
Definition: config.h:40
bool allowComments_
true if comments are allowed. Default: true.
Definition: features.h:34
JSON (JavaScript Object Notation).
Definition: features.h:6
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Definition: features.h:37
Configuration passed to reader and writer.
Definition: features.h:12

SourceForge Logo hosts this site. Send comments to:
Json-cpp Developers