~bigbes/tarantool

tarantool-protobuf

ref: d7b0364a82bd5beb8c2fb9d643a191a1aa42e5ab tarantool-protobuf/test/interop/fixtures/person_nested.txtpb -rw-r--r-- 207 bytes
d7b0364a — Eugene Blikh beads: close ra6, 43t + drop deferred c0i dep from 43t 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# type: hello.Person
name: "Root"
friends {
  name: "Alice"
  age: 25
}
friends {
  name: "Bob"
  age: 31
  friends {
    name: "Carol"
  }
}
address {
  street: "Main St"
  city: "Springfield"
  zip: 100
}