Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
1.5 KiB

Recommended.Proto2.JsonInput.FieldNameExtension.Validator
Required.*.JsonInput.DoubleFieldEmptyString # Should have failed to parse, but didn't.
Required.*.JsonInput.FloatFieldEmptyString # Should have failed to parse, but didn't.
Required.*.JsonInput.Int32FieldEmptyString # Should have failed to parse, but didn't.
Required.*.JsonInput.Int64FieldEmptyString # Should have failed to parse, but didn't.
Required.*.JsonInput.Uint32FieldEmptyString # Should have failed to parse, but didn't.
Required.*.JsonInput.Uint64FieldEmptyString # Should have failed to parse, but didn't.
Required.*.JsonInput.DoubleFieldStringValueNonNumeric # Should have failed to parse, but didn't.
Required.*.JsonInput.DoubleFieldStringValuePartiallyNumeric # Should have failed to parse, but didn't.
Required.*.JsonInput.FloatFieldStringValueNonNumeric # Should have failed to parse, but didn't.
Required.*.JsonInput.FloatFieldStringValuePartiallyNumeric # Should have failed to parse, but didn't.
Required.*.JsonInput.Int32FieldQuotedExponentialValue.* # Failed to parse input or produce output.
Required.Proto2.JsonInput.BoolFieldFalse.JsonOutput
Required.Proto2.JsonInput.BoolFieldFalse.ProtobufOutput
Required.Proto2.JsonInput.EnumField.JsonOutput
Required.Proto2.JsonInput.EnumField.ProtobufOutput
Required.Proto2.JsonInput.EnumFieldNumericValueZero.JsonOutput
Required.Proto2.JsonInput.EnumFieldNumericValueZero.ProtobufOutput
Required.Proto2.JsonInput.StoresDefaultPrimitive.Validator