The Easy File Editor & Parser
Figgy for Java helps you parse and edit configuration files such as YML, JSON, conf, properties and more with zero other resources except for this!
Here is a full list of the file types we aim to support!
- YAML - In progress!
- JSON - In progress!
- .conf - In progress!
- .properties - In progress!
- TOML - In progress!
- XML - In progress!
- .env - In progress!
- .ini - In progress!
In addition to this, we also support our own .fig files and you can create your own type by defining a custom fig parser object in your code, using either a base type or a key charector/value charector regex.