Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 885 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 885 Bytes

Json library

Go Report Card codecov

Candidate functions :

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