orderedmap
orderedmap copied to clipboard
Enable custom type deserialization
Added the functionality to deserialize orderedmaps
into CustomTypes like `JSDict`.
I added these method to my previous added
OrderedMap interface:
- SetKeys(keys []string)
- InitValues()
- Clone(v ...map[string]interface{}) OrderedMap
Thx for you awsome foundation.
meno