mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 02:58:44 -06:00
The new serialization format use "t " as in typed. The rest of the message is a JSON array describing the typed data. The type is described by types.TypeRef Fixes #384 Issues #281, #304
7 lines
60 B
Plaintext
7 lines
60 B
Plaintext
struct Struct {
|
|
s: String
|
|
b: Bool
|
|
}
|
|
|
|
using List(Struct)
|