Skip to content

Eclalang/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages