Stephen Gilmore

jsonfile: a quick hack for tinkering

A cool little package to use a json file as a database for small Go projects.

This is a useful little Go package to persist a Go object as a json file. It’d be a nice little alternative to a database for small projects.

#Go