LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.37k stars 523 forks source link

Fix output of a proto as JSON #1970

Closed mooskagh closed 5 months ago

mooskagh commented 5 months ago

Before:

{,"key1":"value1""key2":"value2""key3":"value3"}

After the fix:

{"key1":"value1","key2":"value2","key3":"value3"}