Files
dolt/nomdl/codegen/test/struct.noms
Erik Arvidsson 2dec53453e NomDL: Add new serialization format
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
2015-10-06 15:56:10 -07:00

7 lines
60 B
Plaintext

struct Struct {
s: String
b: Bool
}
using List(Struct)