package
1.12.6
Repository: https://github.com/sapcc/go-api-declarations.git
Documentation: pkg.go.dev

# Functions

MapAsList marshals a map type into a flat JSON list, thereby discarding the keys.
MapFromList unmarshals a flat JSON list into a map, using the provided predicate to obtain the keys for each item.