# jackson-dataformat-ini **Repository Path**: mirrors_FasterXML/jackson-dataformat-ini ## Basic Information - **Project Name**: jackson-dataformat-ini - **Description**: (Not Yet a Thing -- Placholder!) Data format implementation for "ini files", used on Windows, Python - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview This project would be for [Jackson](/FasterXML/jackson) data format module for reading and writing data encoded as so-called [INI files](http://en.wikipedia.org/wiki/INI_file); 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).