Skip to content

Flatten complex circular Go datastructures for easier serialization

License

Notifications You must be signed in to change notification settings

cpcallen/flatpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flatpack

A Go utilitity to to convert arbitrary Go data, possibly including unexported fields and shared and/or cyclic substructure, into (and back from) a purely tree-structured datastructure without unexported fields that can be serialised using encoding.json or the like.

GoDoc

See full documentation on godoc.org

This was forked (with history, but minus all unrelated parts of the project) from the CodeCity project when that project abandoned development in Go.

About

Flatten complex circular Go datastructures for easier serialization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages