marshal

package
v1.11.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapAsList

func MapAsList[S ~string, T any](vals map[S]T) ([]byte, error)

MapAsList marshals a map type into a flat JSON list, thereby discarding the keys.

func MapFromList

func MapFromList[S ~string, T any](buf []byte, getKey func(T) S) (map[S]T, error)

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

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL