JSON-based ini file implementation
uses |
||
|
Ini files support. |
|
|
JSON support for Free Pascal. |
|
|
JSON lexical scanner |
|
|
JSON data parser implementation |
|
This unit provides TJSONIniFile, a class that implements the ini file interface using JSON format instead of traditional ini files. It allows applications to store configuration data as JSON objects while maintaining compatibility with the standard TCustomIniFile interface.
|
Basic usage of the JSON ini file class |