Fix bool parsing bug

This commit is contained in:
Daniel G. Taylor
2019-10-27 14:59:38 -07:00
parent 035793aec3
commit eb5020db2a
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"value": true
}

View File

@@ -0,0 +1,5 @@
syntax = "proto3";
message Test {
bool value = 1;
}