Twitch SDK (Internal)
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 "forwards.h"
5 
6 namespace ttv {
7 
8  namespace json {
9 
15  {
16  public:
22  static Features all();
23 
29  static Features strictMode();
30 
33  Features();
34 
37 
40  };
41 
42  } // namespace json
43 
44 } // namespace ttv
45 
46 #endif // CPPTL_JSON_FEATURES_H_INCLUDED
#define JSON_API
Definition: config.h:40
bool strictRoot_
true if root must be either an array or an object value. Default: false.
Definition: features.h:39
Configuration passed to reader and writer. This configuration object can be used to force the Reader ...
Definition: features.h:14
JSON (JavaScript Object Notation).
Definition: adsapi.h:16
bool allowComments_
true if comments are allowed. Default: true.
Definition: features.h:36