Skip to content
On this page

Supported Features

proto3

Scalar Value Types

The mapping type is same as the official implementation.

.proto TypeSupport
double
float
int32
int64
uint32
uint64
sint32
sint64
fixed32
fixed64
sfixed32
sfixed64
bool
string
bytes

Advance

.proto TypeSupport
Groups
Oneof
Maps
JSON Mapping
Reflection

proto2

Scalar Value Types

The mapping type is same as the official implementation.

.proto TypeSupport
double
float
int32
int64
uint32
uint64
sint32
sint64
fixed32
fixed64
sfixed32
sfixed64
bool
string
bytes

Advance

.proto TypeSupport
Groups
Extensions
Oneof
Maps
JSON Mapping
Reflection

This website is released under the MIT License.