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

https://github.com/hbollon/jgo

📔 Generic JSON parser library. Used to unmarshal .json to generic structures and be able to marshal them.
https://github.com/hbollon/jgo

Last synced: 6 months ago
JSON representation

📔 Generic JSON parser library. Used to unmarshal .json to generic structures and be able to marshal them.

Awesome Lists containing this project

README

          

Jgo : Generic JSON parsing library



logo




Build CI


Go Report Card


License: MIT


PkgGoDev

📔 Generic JSON parser library. Used to marshall .json to generic structures and be able to unmarshall them.

This project is under active development, there may be bugs or missing features. If you have any problem or would like to see a feature implemented, please, open an issue. This is essential so that we can continue to improve it!

---

## Table of Contents

- [Presentation](#presentation)
- [Features](#features)
- [Getting Started](#getting-started)
- [From release](#from-release)
- [From sources](#from-sources)
- [Contributing](#-contributing)
- [Author](#author)
- [License](#-license)

## Presentation

## Features

## Getting Started

### From release

### From sources

## 🤝 Contributing

Contributions are greatly appreciated!

1. Fork the project
2. Create your feature branch (```git checkout -b feature/AmazingFeature```)
3. Commit your changes (```git commit -m 'Add some amazing stuff'```)
4. Push to the branch (```git push origin feature/AmazingFeature```)
5. Create a new Pull Request

Issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/hbollon/jgo/issues).

## Author

👤 **Hugo Bollon**

* Github: [@hbollon](https://github.com/hbollon)
* LinkedIn: [@Hugo Bollon](https://www.linkedin.com/in/hugobollon/)
* Portfolio: [hugobollon.me](https://www.hugobollon.me)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

This project is under [MIT](https://github.com/hbollon/jgo/blob/main/LICENSE) license.