Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SpecialCharacters

readonly char [] System.Text.Json.ReadStack.SpecialCharacters
staticpackage
Initial value:
= new char[18]
{
'.', ' ', '\'', '/', '"', '[', ']', '(', ')', '\t',
'\n', '\r', '\f', '\b', '\\', '\u0085', '\u2028', '\u2029'
}

Definition at line 13 of file ReadStack.cs.

14 {
15 '.', ' ', '\'', '/', '"', '[', ']', '(', ')', '\t',
16 '\n', '\r', '\f', '\b', '\\', '\u0085', '\u2028', '\u2029'
17 };

Referenced by System.Text.Json.Nodes.JsonObject.GetPath(), System.Text.Json.ReadStack.JsonPath(), and System.Text.Json.WriteStack.PropertyPath().