Event fired when a JSON string value is encountered
Source position: jsonreader.pp line 128
public property TJSONEventReader.OnStringValue : TOnJSONString |
OnStringValue is fired when a JSON string value is encountered during parsing. The event handler receives the sender object and the string value as parameters. This event corresponds to JSON string literals enclosed in double quotes.
|
Event handler for JSON string values |