orderedmap icon indicating copy to clipboard operation
orderedmap copied to clipboard

Enable custom type deserialization

Open mabels opened this issue 2 years ago • 0 comments

      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

mabels avatar Oct 30 '23 02:10 mabels