Closed pronebird closed 6 years ago
The server returns an array of records, i.e [record1, record2].. I don't quite understand how to encode/decode an array of records. Could you give me a pointer?
Entirely forgot that try [T](JSONString: jsonString) works fine :)
try [T](JSONString: jsonString)
The server returns an array of records, i.e [record1, record2].. I don't quite understand how to encode/decode an array of records. Could you give me a pointer?