Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 608 Bytes

File metadata and controls

14 lines (10 loc) · 608 Bytes

Overview

This project would be for Jackson data format module for reading and writing data encoded as so-called INI files; textual data format used mostly for configuration files. Such files have been popular on platforms like Windows, as well as for some scripting languages (Python), although usage has been decreasing lately due to introduction of more powerful alternatives, such as XML, JSON and YAML.

But, it has not exactly been implemented yet.

Status

No active development at this point; just a placeholder (as of Jackson 2.7).