diff options
Diffstat (limited to 'library/cpp/json')
-rw-r--r-- | library/cpp/json/json_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/json_reader.h b/library/cpp/json/json_reader.h index b9722e31fc..b673788330 100644 --- a/library/cpp/json/json_reader.h +++ b/library/cpp/json/json_reader.h @@ -43,7 +43,7 @@ namespace NJson { bool ReadJson(IInputStream* in, bool allowComments, TJsonCallbacks* callbacks); bool ReadJson(IInputStream* in, bool allowComments, bool allowEscapedApostrophe, TJsonCallbacks* callbacks); bool ReadJson(IInputStream* in, const TJsonReaderConfig* config, TJsonCallbacks* callbacks); - + enum ReaderConfigFlags { COMMENTS = 0b100, VALIDATE = 0b010, |