Func Name | Prototype | Description | Comments |
---|---|---|---|
Marshal | Marshal(content map[string]any | []map[string]any) (string, error) {} | Returns the JSON encoding of a map | N/A |
Unmarshal | Unmarshal(content string) (map[string]any | []map[string]any, error) {} | Returns the map representation of the JSON | N/A |