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

IJSONConsumer.StringValue

Processes a JSON string value

Declaration

Source position: jsonreader.pp line 144

procedure IJSONConsumer.StringValue(

  const AValue: TJSONStringType

);

Arguments

AValue

  

String value found in the JSON data

Description

StringValue is called when a JSON string is encountered during parsing. The method receives the string value that was parsed from the JSON data. Implementers should handle the string value according to their processing requirements.

Errors

Implementation-specific error handling.


Documentation generated on: Jan 27 2026