Skip to content

melhakim/go-funky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Go funky

A collection of go functions

JsonToObj

A function that recursively converts a json string to a map of objects. These objects can either be a string, int, bool or nil Useful to convert a json string with an unknown structure. Depends on json/encoding's Unmarshal

func JsonToObj(jsonString []byte) map[string]interface{}

About

A collection of go functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages