ffjson
ffjson copied to clipboard
Having troubles trying to marsh/unmarsh array type object.
Sorry, i'm having issues trying to define an array json type.
I've tried this...
type MySlice []CustomStruct
But ffjson still doesn't recognize it.
@ortuman did you manage to solve this issue?