diff options
author | luckybug <luckybug@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
commit | b455da0978714a8b8dd026fc564b36dea5948f79 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/json/writer/json_value.h | |
parent | a6d369648d0e4e2d446acfd469aced762d3c0492 (diff) | |
download | ydb-b455da0978714a8b8dd026fc564b36dea5948f79.tar.gz |
Restoring authorship annotation for <luckybug@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/json/writer/json_value.h')
-rw-r--r-- | library/cpp/json/writer/json_value.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/json/writer/json_value.h b/library/cpp/json/writer/json_value.h index 1ce89a9370..3f0f50bc4c 100644 --- a/library/cpp/json/writer/json_value.h +++ b/library/cpp/json/writer/json_value.h @@ -186,11 +186,11 @@ namespace NJson { void Swap(TJsonValue& rhs) noexcept; // save using util/ysaveload.h serialization (not to JSON stream) - void Save(IOutputStream* s) const; + void Save(IOutputStream* s) const; // load using util/ysaveload.h serialization (not as JSON stream) - void Load(IInputStream* s); - + void Load(IInputStream* s); + static const TJsonValue UNDEFINED; private: |