https://github.com/eliflores/little-tools-java
Little tools that I find myself needing from time to time - written in Java ☕️
https://github.com/eliflores/little-tools-java
http-client java json url-encoder
Last synced: 10 months ago
JSON representation
Little tools that I find myself needing from time to time - written in Java ☕️
- Host: GitHub
- URL: https://github.com/eliflores/little-tools-java
- Owner: eliflores
- License: mit
- Created: 2017-06-20T18:34:24.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:08:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T04:12:17.939Z (over 1 year ago)
- Topics: http-client, java, json, url-encoder
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://codeclimate.com/github/eliflores/little-tools-java/test_coverage)
[](https://codeclimate.com/github/eliflores/little-tools-java/maintainability)
[](LICENSE)
# Little Tools
Little tools in Java that I find myself needing and using from time to time:
1. HttpClient - ✅
1. JSON - Read / Write - ✅
1. CSV - Read (`CsvReader`) / Write (`CsvWriter`)
1. XML - Read (`XmlReader`) / Write (`XmlWriter`)