diff options
author | alextaim <alextaim@yandex-team.ru> | 2022-02-10 16:50:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:21 +0300 |
commit | e81fda3c4f2a6460cd610b1fa2b6127f555a74ba (patch) | |
tree | ad61a1cdcb9f90d27db891bb2d1bc69a09be9d92 | |
parent | e7bf3caf59ff1d3936047c1800d0b9adaba5b647 (diff) | |
download | ydb-e81fda3c4f2a6460cd610b1fa2b6127f555a74ba.tar.gz |
Restoring authorship annotation for <alextaim@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | library/cpp/json/json_reader.cpp | 2 | ||||
-rw-r--r-- | library/cpp/json/json_reader.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/json/json_reader.cpp b/library/cpp/json/json_reader.cpp index 072c8deafe..a2dfe53306 100644 --- a/library/cpp/json/json_reader.cpp +++ b/library/cpp/json/json_reader.cpp @@ -152,7 +152,7 @@ namespace NJson { size_t TJsonReaderConfig::GetBufferSize() const { return BufferSize; } - + namespace { struct TJsonValueBuilder { #ifdef NDEBUG diff --git a/library/cpp/json/json_reader.h b/library/cpp/json/json_reader.h index b673788330..55cf7886f4 100644 --- a/library/cpp/json/json_reader.h +++ b/library/cpp/json/json_reader.h @@ -26,7 +26,7 @@ namespace NJson { private: size_t BufferSize; }; - + bool ReadJsonTree(TStringBuf in, TJsonValue* out, bool throwOnError = false); bool ReadJsonTree(TStringBuf in, bool allowComments, TJsonValue* out, bool throwOnError = false); bool ReadJsonTree(TStringBuf in, const TJsonReaderConfig* config, TJsonValue* out, bool throwOnError = false); |