Processes a JSON string value
Source position: jsonreader.pp line 144
procedure IJSONConsumer.StringValue( |
const AValue: TJSONStringType |
); |
AValue |
|
String value found in the JSON data |
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.
Implementation-specific error handling.