|
VRC SDK
This project aims to completely document the VRChat Unity SDK
|
This is the complete list of members for VRC.SDK3.Data.VRCJson, including all inherited members.
| AppendIndent(StringBuilder builder, int indent) | VRC.SDK3.Data.VRCJson | privatestatic |
| EscapeString(string input) | VRC.SDK3.Data.VRCJson | privatestatic |
| GetStringEnd(string source, int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| IsComplexArray(string source, int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| IsComplexObject(string source, int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| numberChars | VRC.SDK3.Data.VRCJson | privatestatic |
| parseArrayChars | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanArray(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| scanArrayChars | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanBool(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanNull(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanNumber(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanObject(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| scanObjectChars | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanString(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| scanStringChars | VRC.SDK3.Data.VRCJson | privatestatic |
| ScanUnknown(string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| scanWordChars | VRC.SDK3.Data.VRCJson | privatestatic |
| seenContainers | VRC.SDK3.Data.VRCJson | privatestatic |
| SerializeArray(DataList dataList, JsonExportType jsonExportType, StringBuilder builder, int indent, out DataToken error) | VRC.SDK3.Data.VRCJson | privatestatic |
| SerializeObject(DataDictionary dataDictionary, JsonExportType jsonExportType, StringBuilder builder, int indent, out DataToken error) | VRC.SDK3.Data.VRCJson | privatestatic |
| SkipToAnyCharacter(string source, ref int index, char[] characters) | VRC.SDK3.Data.VRCJson | privatestatic |
| SkipToCharacter(string source, ref int index, char character) | VRC.SDK3.Data.VRCJson | privatestatic |
| SkipWhitespace(string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| TrimWhitespace(string input) | VRC.SDK3.Data.VRCJson | privatestatic |
| TryDeserializeFromJson(string source, out DataToken result) | VRC.SDK3.Data.VRCJson | static |
| TryIdentifyType(string source, int index, out JsonType result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TryParseArray(string source, int index, out DataToken result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TryParseBool(string source, int index, out DataToken result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TryParseNumber(string source, int index, out DataToken result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TryParseObject(string source, int index, out DataToken result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TryParseString(string source, ref int index, out DataToken result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TryParseToken(string source, JsonType type, int index, out DataToken result) | VRC.SDK3.Data.VRCJson | packagestatic |
| TrySerializeToJson(DataToken input, JsonExportType jsonExportType, out DataToken result) | VRC.SDK3.Data.VRCJson | static |
| UnEscapeCharacter(out bool success, string source, ref int index) | VRC.SDK3.Data.VRCJson | privatestatic |
| VRCJson() | VRC.SDK3.Data.VRCJson | privatestatic |
| whitespaceChars | VRC.SDK3.Data.VRCJson | privatestatic |