An open API service indexing awesome lists of open source software.

https://github.com/disgoorg/json

Golang configurable JSON module
https://github.com/disgoorg/json

golang json

Last synced: about 1 year ago
JSON representation

Golang configurable JSON module

Awesome Lists containing this project

README

          

[![Go Reference](https://pkg.go.dev/badge/github.com/disgoorg/json.svg)](https://pkg.go.dev/github.com/disgoorg/json)
[![Go Report](https://goreportcard.com/badge/github.com/disgoorg/json)](https://goreportcard.com/report/github.com/disgoorg/json)
[![Go Version](https://img.shields.io/github/go-mod/go-version/disgoorg/json)](https://golang.org/doc/devel/release.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/disgoorg/json/blob/master/LICENSE)
[![json Version](https://img.shields.io/github/v/tag/disgoorg/json?label=release)](https://github.com/disgoorg/json/releases/latest)
[![Discord](https://discord.com/api/guilds/817327181659111454/widget.png)](https://discord.gg/TewhTfDpvW)

# json

json provides configurable interfaces for JSON encoding/decoding and a nullable type which can be used to represent JSON nullable & optional values.

## Getting Started

### Installing

```sh
go get github.com/disgoorg/json
```

## Documentation

Documentation is wip and can be found under

* [![Go Reference](https://pkg.go.dev/badge/github.com/disgoorg/json.svg)](https://pkg.go.dev/github.com/disgoorg/json)

## Troubleshooting

For help feel free to open an issue or reach out on [Discord](https://discord.gg/TewhTfDpvW)

## Contributing

Contributions are welcomed but for bigger changes we recommend first reaching out via [Discord](https://discord.gg/TewhTfDpvW) or create an issue to discuss your problems, intentions and ideas.

## License

Distributed under the [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/disgoorg/json/blob/master/LICENSE). See LICENSE for more information.