Closed lazdmx closed 3 years ago
Hi there. Is it possible to get property of type []byte to be generated?
[]byte
You would instead want to use a type of string and then base64 encode the byte array. Json doesn't support a byte type.
string
Hi there. Is it possible to get property of type
[]byte
to be generated?