JsonWriter.ReadStringmethod
Reads a string by slicing the raw JSON string and unquoting via **JSonUnquoteW**.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION ReadString () AS DWSTRING
Description
Reads a JSON string literal starting at the opening quote and returns its decoded text.
Walks raw characters, skips over escapes (including \uXXXX), slices the raw quoted segment, then calls JsonUnquoteW to decode.
Reference
- Documented in WebView/Json Classes.md
- Topic: JSON Reader and Writer classes