Reads all section names from the JSON ini file
Source position: jsonini.pp line 74
public procedure TJSONIniFile.ReadSections( |
Strings: TStrings |
); override; |
Strings |
|
String list to store the section names |
ReadSections reads all section names from the JSON ini file and adds them to the Strings list. Only top-level JSON objects are considered sections.
|
Reads all key names from a section |
|
|
Reads all key-value pairs from a section |