Processes a JSON object key name
Source position: jsonreader.pp line 145
procedure IJSONConsumer.KeyName( |
const AKey: TJSONStringType |
); |
AKey |
|
Object key name found in the JSON data |
KeyName is called when a JSON object key name is encountered during parsing. The method receives the key name that was parsed from the JSON object data. Implementers should handle the key name according to their processing requirements.
Implementation-specific error handling.