Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:08:32.000Z (4 months ago)
- Last Synced: 2024-08-22T22:13:11.231Z (4 months 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
![CI](https://github.com/eliflores/little-tools-java/workflows/CI/badge.svg)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ee79a5fb5fc75b3dcf0b/test_coverage)](https://codeclimate.com/github/eliflores/little-tools-java/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/ee79a5fb5fc75b3dcf0b/maintainability)](https://codeclimate.com/github/eliflores/little-tools-java/maintainability)
[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](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`)