jf3096/json-typescript-mapper

How to map to a Map

Opened this issue · 3 comments

export class ClassWithMapField {
  mapField:Map<string,string>;
}

The library intend to map to a custom class instead of a map or set. so can't do it

I mean a map field of a custom class.
☺️

sorry, didn't consider this data structure