Decoding JSON with msgspec into NumPy arrays
I'm trying to utilize msgspec to encode and decode numpy data into json serialized objects. I've found lots of good resources on encoding the data and gotten my encoder to work no problem, but I can't get the data decoded…