diff options
| author | tranvick <[email protected]> | 2022-02-10 16:50:26 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:26 +0300 |
| commit | 6f09bec5f69ec7fcf5ce4084dc7d4b7c10b58656 (patch) | |
| tree | 485632adfc3fcf8d034939d40381972a536ccc0f /library/cpp/json/writer/json_value.h | |
| parent | b40cc40ac4588f461fa8dc466985465710d88689 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/json/writer/json_value.h')
| -rw-r--r-- | library/cpp/json/writer/json_value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/json/writer/json_value.h b/library/cpp/json/writer/json_value.h index 3f0f50bc4c8..32e4d60230a 100644 --- a/library/cpp/json/writer/json_value.h +++ b/library/cpp/json/writer/json_value.h @@ -92,7 +92,7 @@ namespace NJson { bool GetValueByPath(TStringBuf path, TJsonValue& result, char delimiter = '.') const; bool SetValueByPath(TStringBuf path, const TJsonValue& value, char delimiter = '.'); bool SetValueByPath(TStringBuf path, TJsonValue&& value, char delimiter = '.'); - + // returns NULL on failure const TJsonValue* GetValueByPath(TStringBuf path, char delimiter = '.') const noexcept; TJsonValue* GetValueByPath(TStringBuf path, char delimiter = '.') noexcept; |
