summaryrefslogtreecommitdiffstats
path: root/library/cpp/json
diff options
context:
space:
mode:
authormstebelev <[email protected]>2022-02-10 16:47:17 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:17 +0300
commit5a176099114d03d5669e95a55a3a514bd24dd8b1 (patch)
tree13d2cd27a59ccff4e44d7c7f530f923483f82267 /library/cpp/json
parent3c1fe03778c21d7aa4a5c4a4433ca611dbf2f785 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json')
-rw-r--r--library/cpp/json/json_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/json_reader.h b/library/cpp/json/json_reader.h
index b6737883306..b9722e31fcc 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,