Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ☕️

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`)