diff options
author | aligus <[email protected]> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:24 +0300 |
commit | c2bb7445128368226bd179d54d6a238c9fd3065e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/json_reader.h | |
parent | 3f79772915172a9f5407c1a815806a8c8ba67c60 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 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 10276c068c0..b6737883306 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; |