Fix bool parsing bug
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"value": true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message Test {
|
||||
bool value = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user