Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 738 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 738 Bytes

CI Test Coverage Maintainability MIT License

Little Tools

Little tools in Java that I find myself needing and using from time to time:

  1. HttpClient - ✅
  2. JSON - Read / Write - ✅
  3. CSV - Read (CsvReader) / Write (CsvWriter)
  4. XML - Read (XmlReader) / Write (XmlWriter)