https://github.com/benslabbert/vertx-json-writer
https://github.com/benslabbert/vertx-json-writer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benslabbert/vertx-json-writer
- Owner: BenSlabbert
- License: apache-2.0
- Created: 2024-05-06T19:27:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:11:16.000Z (about 1 year ago)
- Last Synced: 2025-04-03T17:25:32.390Z (about 1 year ago)
- Language: Java
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Json-Writer
This project is a simple code generator that will generate some handy toJson and fromJson methods.
For example usage see [App.java](./example/src/main/java/github/benslabbert/vertxjsonwriter/example/App.java)