diff options
author | aligus <aligus@yandex-team.ru> | 2022-02-10 16:49:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:23 +0300 |
commit | 3f79772915172a9f5407c1a815806a8c8ba67c60 (patch) | |
tree | 79161f79bbef65a0b0573ccc11357304e5f93940 /library/cpp/json/json_reader.h | |
parent | d8471797044beeb73c43091394121ac38ffe75ed (diff) | |
download | ydb-3f79772915172a9f5407c1a815806a8c8ba67c60.tar.gz |
Restoring authorship annotation for <aligus@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/json_reader.h')
-rw-r--r-- | library/cpp/json/json_reader.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/json/json_reader.h b/library/cpp/json/json_reader.h index b6737883306..10276c068c0 100644 --- a/library/cpp/json/json_reader.h +++ b/library/cpp/json/json_reader.h @@ -1,5 +1,5 @@ -#pragma once - +#pragma once + #include "json_value.h" #include <library/cpp/json/common/defs.h> @@ -7,14 +7,14 @@ #include <util/generic/yexception.h> -#include <util/stream/input.h> +#include <util/stream/input.h> #include <util/stream/str.h> #include <util/stream/mem.h> - -namespace NJson { + +namespace NJson { struct TJsonReaderConfig { TJsonReaderConfig(); - + // js-style comments (both // and /**/) bool AllowComments = false; bool DontValidateUtf8 = false; |