JSONParser.getString

Get the next string.

struct JSONParser
wstring
getString
()

Return Value

Type: wstring

The matched string in UTF-16, because JSON uses it to encode strings.

Throws

JSONException if the next item isn't a string.

Meta