Unit 'JsonReader' Package
[Overview][Types][Classes][Index] [#fcl]

IJSONConsumer.KeyName

Processes a JSON object key name

Declaration

Source position: jsonreader.pp line 145

procedure IJSONConsumer.KeyName(

  const AKey: TJSONStringType

);

Arguments

AKey

  

Object key name found in the JSON data

Description

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.

Errors

Implementation-specific error handling.


Documentation generated on: Jan 27 2026