# I would like to deserialize: { "@something": "hello" } into: const MyStruct = struct { something: []u8, }; how would one go about this/something similar?