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
- Host: GitHub
- URL: https://github.com/disgoorg/json
- Owner: disgoorg
- License: apache-2.0
- Created: 2022-11-04T22:13:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T19:18:47.000Z (almost 2 years ago)
- Last Synced: 2024-08-24T20:29:01.769Z (almost 2 years ago)
- Topics: golang, json
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/disgoorg/json)
[](https://goreportcard.com/report/github.com/disgoorg/json)
[](https://golang.org/doc/devel/release.html)
[](https://github.com/disgoorg/json/blob/master/LICENSE)
[](https://github.com/disgoorg/json/releases/latest)
[](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
* [](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 [](https://github.com/disgoorg/json/blob/master/LICENSE). See LICENSE for more information.