~bigbes/tarantool

tarantool-protobuf

ref: 37c56322536a2a0b1c8c79d9e531f613795ccba1 tarantool-protobuf/test/interop/fixtures/person_nested.txtpb -rw-r--r-- 207 bytes
37c56322 — Eugene Blikh json: enable conformance JSON output + close 459 tests 3 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
}