This issue should track the interest in a IniEncoder. If enough votes are collected, we'll add a IniEncoder example, as well as doing some refinements to the existing implementation.
The following changes would be made:
Add an implementation for IniEncoder.
Parse INI content into an enum (instead of Any) to simplify encoding & decoding.
This issue should track the interest in a
IniEncoder
. If enough votes are collected, we'll add aIniEncoder
example, as well as doing some refinements to the existing implementation.The following changes would be made:
IniEncoder
.enum
(instead ofAny
) to simplify encoding & decoding.The text was updated successfully, but these errors were encountered: