Combu
3.2.2
Unity API Documentation
|
This is the complete list of members for Combu.MiniJSON, including all inherited members.
eatWhitespace(char[] json, ref int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
getLastErrorIndex() | Combu.MiniJSON | static |
getLastErrorSnippet() | Combu.MiniJSON | static |
getLastIndexOfNumber(char[] json, int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
jsonDecode(string json) | Combu.MiniJSON | static |
jsonEncode(object json) | Combu.MiniJSON | static |
lastDecode (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
lastDecodeSuccessful() | Combu.MiniJSON | static |
lastErrorIndex | Combu.MiniJSON | protectedstatic |
lookAhead(char[] json, int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
nextToken(char[] json, ref int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
parseArray(char[] json, ref int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
parseNumber(char[] json, ref int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
parseObject(char[] json, ref int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
parseString(char[] json, ref int index) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
parseValue(char[] json, ref int index, ref bool success) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeArray(ArrayList anArray, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeDictionary(Dictionary< string, string > dict, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeNumber(double number, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeObject(Hashtable anObject, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeObjectOrArray(object objectOrArray, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeString(string aString, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |
serializeValue(object value, StringBuilder builder) (defined in Combu.MiniJSON) | Combu.MiniJSON | protectedstatic |