a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Ordered dictionary #76

Open tvanmanh opened 3 years ago

tvanmanh commented 3 years ago

The pack is using a dictionary [MessagpackValue: MessagepackValue] so that when unpacking that value, it is not ordered like the original input value