Golang JSON Base is a Golang library that allows you to use a JSON file as a database in your Golang projects. It provides an easy-to-use interface to store, retrieve, and manipulate data in a JSON format, making it convenient for personal small-scale applications and using it for testing purpose.
Make sure you have Golang installed on your system. Then, you can install Golang JSON Base using go get
:
go get github.com/opentoolbox-gh/golang-json-base
To start using Golang JSON Base in your project, import the library in your Go code:
import "github.com/opentoolbox-gh/golang-json-base"
Contributions are welcome! If you find any issues or want to add new features, please submit a pull request. Before making major changes, open an issue to discuss the proposed changes.
This project is licensed under the MIT License.