Indicates the syntactic position that the string currently being parsed occupies within the JSON structure. This context determines which characters are considered legal successors of a closing quote.
StringContext
01 Syntax
Microsoft.VisualBasic.MIME.application.json.LenientJson.LenientJsonParser.StringContext
02 Fields
03 Members
Key
Key position: the closing quote may legally be followed by ,, }, ] or :.
Value
Value position: the closing quote may legally be followed only by ,, }, ] or EOF. A : here means the closing quote was omitted (Strategy 16).