<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/protobuf/json/proto2json_printer.cpp, branch oidc-1.2.5-dev</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.5-dev</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.5-dev'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-04-16T08:13:01Z</updated>
<entry>
<title>Fix bug in proto2json map empty keys serialization</title>
<updated>2025-04-16T08:13:01Z</updated>
<author>
<name>voevodskiy</name>
<email>voevodskiy@yandex-team.com</email>
</author>
<published>2025-04-16T07:55:30Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f4d366e1882cfbae7ccda2e7a601b9fa5da09bdb'/>
<id>urn:sha1:f4d366e1882cfbae7ccda2e7a601b9fa5da09bdb</id>
<content type='text'>
`&lt;library/cpp/protobuf/json/proto2json.h&gt;` неправильно сериализует пустой ключ protobuf'ной map'ы

```
message TMyMessage {
    map&lt;string, string&gt; Fields = 1;
}
```

При таком протобуфе

```
Fields { key: "" value: "1" }
```

Сейчас получается json

```
{
    "value": "1"
}
```

Хотя должен получаться такой

```
{
    "": 1
}
```
commit_hash:e678bffbda1a062fa0fcaaba65c2e5f6bf13d558
</content>
</entry>
<entry>
<title>SortMapKeys in proto2json for deterministic seriarialization</title>
<updated>2024-09-30T14:11:11Z</updated>
<author>
<name>dimastark</name>
<email>dimastark@yandex-team.com</email>
</author>
<published>2024-09-30T13:58:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4cd5d4661db60c7f096ec51f08bca0ed7aba8f9b'/>
<id>urn:sha1:4cd5d4661db60c7f096ec51f08bca0ed7aba8f9b</id>
<content type='text'>
commit_hash:e64dedae589fa2d16347be4d80e2596f46566b38
</content>
</entry>
<entry>
<title>Implement number stringification for repeated fields as well</title>
<updated>2024-06-12T07:26:35Z</updated>
<author>
<name>sashashkov</name>
<email>sashashkov@yandex-team.com</email>
</author>
<published>2024-06-11T10:03:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=67e7cccc330744cdb98035e309f626c1f63afb84'/>
<id>urn:sha1:67e7cccc330744cdb98035e309f626c1f63afb84</id>
<content type='text'>
4ab5908e416439366466d984fc08db7254401884
</content>
</entry>
<entry>
<title>support Any in Proto2Json</title>
<updated>2024-02-15T10:36:35Z</updated>
<author>
<name>lavv17</name>
<email>lavv17@yandex-team.com</email>
</author>
<published>2024-02-15T10:16:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=524319c9b011a50744ee1c873e7292b615052cd6'/>
<id>urn:sha1:524319c9b011a50744ee1c873e7292b615052cd6</id>
<content type='text'>
31e18f04efdf8642428d4ab8ec8c87b4101f5ff2
</content>
</entry>
<entry>
<title>Import libs 4 (#758)</title>
<updated>2023-12-27T22:31:58Z</updated>
<author>
<name>AlexSm</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-12-27T22:31:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d67bfb4b4b7549081543e87a31bc6cb5c46ac973'/>
<id>urn:sha1:d67bfb4b4b7549081543e87a31bc6cb5c46ac973</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import libs 3 (#679)</title>
<updated>2023-12-22T19:30:08Z</updated>
<author>
<name>AlexSm</name>
<email>alex@ydb.tech</email>
</author>
<published>2023-12-22T19:30:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6b4f46a6883f21c16eef367106167ea59932515e'/>
<id>urn:sha1:6b4f46a6883f21c16eef367106167ea59932515e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Y_VERIFY_DEBUG-&gt;Y_DEBUG_ABORT_UNLESS at '-v ydb'</title>
<updated>2023-10-16T17:52:22Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-16T17:19:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=23b4cd86157da8b9f0f8acd5ef46acfab39669db'/>
<id>urn:sha1:23b4cd86157da8b9f0f8acd5ef46acfab39669db</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>Y_VERIFY-&gt;Y_ABORT_UNLESS at ^l</title>
<updated>2023-10-09T20:57:14Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-09T20:39:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e601ca03f859335d57ecff2e5aa6af234b6052ed'/>
<id>urn:sha1:e601ca03f859335d57ecff2e5aa6af234b6052ed</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title></title>
<updated>2023-09-08T20:39:34Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2023-09-08T20:23:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=70e8c5b519a43775e5d9088e0f669e97b9db650b'/>
<id>urn:sha1:70e8c5b519a43775e5d9088e0f669e97b9db650b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MARKETRECOM-8673_json_enum_value</title>
<updated>2023-08-03T10:42:05Z</updated>
<author>
<name>malkovskynv</name>
<email>malkovskynv@yandex-team.com</email>
</author>
<published>2023-08-03T10:42:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=29af40f86c4159175acf78d57de7cd39e44c0dab'/>
<id>urn:sha1:29af40f86c4159175acf78d57de7cd39e44c0dab</id>
<content type='text'>
</content>
</entry>
</feed>
