Skip to content

huberts90/orderedmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orderedmap

Ordered map with JSON utility

Usage

dict := OrderedMap{
    {"firstName", "Julius"},
    {"lastName", "Caesar"},
    {"age", 50},
}
json, err := json.Marshal(dict)

if err != nil {
    fmt.Printf("JSON for order map error: %s", err)
} else {
    fmt.Printf("JSON %s", string(json))
}

About

Order map with JSON utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages