NGUI: Next-Gen UI kit  3.7.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
NGUIJson Member List

This is the complete list of members for NGUIJson, including all inherited members.

eatWhitespace(char[] json, ref int index)NGUIJsonprotectedstatic
getLastErrorIndex()NGUIJsonstatic
getLastErrorSnippet()NGUIJsonstatic
getLastIndexOfNumber(char[] json, int index)NGUIJsonprotectedstatic
jsonDecode(string json)NGUIJsonstatic
jsonEncode(object json)NGUIJsonstatic
lastDecodeNGUIJsonprotectedstatic
lastDecodeSuccessful()NGUIJsonstatic
lastErrorIndexNGUIJsonprotectedstatic
LoadSpriteData(UIAtlas atlas, TextAsset asset)NGUIJsonstatic
LoadSpriteData(UIAtlas atlas, string jsonData)NGUIJsonstatic
lookAhead(char[] json, int index)NGUIJsonprotectedstatic
nextToken(char[] json, ref int index)NGUIJsonprotectedstatic
parseArray(char[] json, ref int index)NGUIJsonprotectedstatic
parseNumber(char[] json, ref int index)NGUIJsonprotectedstatic
parseObject(char[] json, ref int index)NGUIJsonprotectedstatic
parseString(char[] json, ref int index)NGUIJsonprotectedstatic
parseValue(char[] json, ref int index, ref bool success)NGUIJsonprotectedstatic
serializeArray(ArrayList anArray, StringBuilder builder)NGUIJsonprotectedstatic
serializeDictionary(Dictionary< string, string > dict, StringBuilder builder)NGUIJsonprotectedstatic
serializeNumber(double number, StringBuilder builder)NGUIJsonprotectedstatic
serializeObject(Hashtable anObject, StringBuilder builder)NGUIJsonprotectedstatic
serializeObjectOrArray(object objectOrArray, StringBuilder builder)NGUIJsonprotectedstatic
serializeString(string aString, StringBuilder builder)NGUIJsonprotectedstatic
serializeValue(object value, StringBuilder builder)NGUIJsonprotectedstatic