1 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
2 # define CPPTL_JSON_FEATURES_H_INCLUDED
Configuration passed to reader and writer.
bool strictRoot_
true if root must be either an array or an object value. Default: false.
bool allowComments_
true if comments are allowed. Default: true.
JSON (JavaScript Object Notation).