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.
- Host: GitHub
- URL: https://github.com/hbollon/jgo
- Owner: hbollon
- License: mit
- Created: 2022-03-31T08:26:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T12:08:13.000Z (over 3 years ago)
- Last Synced: 2025-02-13T14:53:13.964Z (8 months ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Jgo : Generic JSON parsing library
![]()
📔 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 RequestIssues 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.