Unit 'JsonIni' Package
[Overview][Classes][Index] [#fcl]

Reference for unit 'JsonIni'

JSON-based ini file implementation

uses

  System,

  Classes,

  sysutils,

  IniFiles,

  

Ini files support.

  fpJson,

  

JSON support for Free Pascal.

  JsonScanner,

  

JSON lexical scanner

  JsonParser,

  

JSON data parser implementation

  DateUtils;

Overview

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.

Related topics

Using TJSONIniFile

  

Basic usage of the JSON ini file class


Documentation generated on: Jan 27 2026