protocrap 0.3.2

A small, efficient, and flexible protobuf implementation
Documentation
1
2
3
4
5
6
7
8
{
  "x": 42,
  "z": "hello world",
  "nestedMessage": [
    {"x": 100},
    {"x": 200}
  ]
}