// // JsonImport.swift // gloss // // Created by Saint on 2/24/23. // struct JsonImport: Decodable { var lines : [Line] var segs: [Seg] }