aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/json/json_reader.h
diff options
context:
space:
mode:
authoralextaim <alextaim@yandex-team.ru>2022-02-10 16:50:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:21 +0300
commit703a40625ba487ccefdf4d3e74690619588f1cae (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/json_reader.h
parente81fda3c4f2a6460cd610b1fa2b6127f555a74ba (diff)
downloadydb-703a40625ba487ccefdf4d3e74690619588f1cae.tar.gz
Restoring authorship annotation for <alextaim@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/json_reader.h')
-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 55cf7886f48..b6737883306 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);