aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf/json/json2proto.h
diff options
context:
space:
mode:
authorv01d <v01d@yandex-team.ru>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:40 +0300
commitfa8b0420162dd36d4f569fdc3f63da0bef8bb8c7 (patch)
treeecec7ec14d9261b76724eeb69ab158c45a970dc4 /library/cpp/protobuf/json/json2proto.h
parentac559bd4bb6b11b17dce999cf58c05e08f6087a2 (diff)
downloadydb-fa8b0420162dd36d4f569fdc3f63da0bef8bb8c7.tar.gz
Restoring authorship annotation for <v01d@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/json2proto.h')
-rw-r--r--library/cpp/protobuf/json/json2proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/protobuf/json/json2proto.h b/library/cpp/protobuf/json/json2proto.h
index 4c33498dfa..0fa972c89a 100644
--- a/library/cpp/protobuf/json/json2proto.h
+++ b/library/cpp/protobuf/json/json2proto.h
@@ -26,8 +26,8 @@ namespace NProtobufJson {
FieldNameLowerCase,
FieldNameUpperCase,
FieldNameCamelCase,
- FieldNameSnakeCase, // ABC -> a_b_c, UserID -> user_i_d
- FieldNameSnakeCaseDense // ABC -> abc, UserID -> user_id
+ FieldNameSnakeCase, // ABC -> a_b_c, UserID -> user_i_d
+ FieldNameSnakeCaseDense // ABC -> abc, UserID -> user_id
};
enum EnumValueMode {
@@ -123,7 +123,7 @@ namespace NProtobufJson {
/// Consider map to be an object, otherwise consider it to be an array of key/value objects
bool MapAsObject = false;
-
+
/// Throw exception if there is no required fields in json object.
bool CheckRequiredFields = true;