I wanted to create a file type similar to INI files but with different parameters. For example:
INI files uses this setting:
[example]
Data=Value;
Because I wanted do it differently:Like this:
{example}
Date:Value;
Thanks for reading: Any help will be appreciated.
Comment