(fromSlice, toSlice interface{})
| 15 | MapToSlice(fromMap map[string]interface{}, toSlice interface{}) error |
| 16 | MapperMapSlice(fromMaps map[string]map[string]interface{}, toSlice interface{}) error |
| 17 | MapperSlice(fromSlice, toSlice interface{}) error |
| 18 | MapToJson(fromMap map[string]interface{}) ([]byte, error) |
| 19 | JsonToMap(body []byte, toMap *map[string]interface{}) error |
| 20 |
no outgoing calls