UnityMol  0.9.6-875
UnityMol viewer / In developement
MiniJSON Member List

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

BUILDER_CAPACITYMiniJSONprivate
EatWhitespace(char[] json, ref int index)MiniJSONprotected
GetLastErrorIndex()MiniJSONstatic
GetLastErrorSnippet()MiniJSONstatic
GetLastIndexOfNumber(char[] json, int index)MiniJSONprotected
instanceMiniJSONprotectedstatic
JsonDecode(string json)MiniJSONstatic
JsonEncode(object json)MiniJSONstatic
lastDecodeMiniJSONprotected
LastDecodeSuccessful()MiniJSONstatic
lastErrorIndexMiniJSONprotected
LookAhead(char[] json, int index)MiniJSONprotected
NextToken(char[] json, ref int index)MiniJSONprotected
ParseArray(char[] json, ref int index)MiniJSONprotected
ParseNumber(char[] json, ref int index)MiniJSONprotected
ParseObject(char[] json, ref int index)MiniJSONprotected
ParseString(char[] json, ref int index)MiniJSONprotected
ParseValue(char[] json, ref int index, ref bool success)MiniJSONprotected
SerializeArray(ArrayList anArray, StringBuilder builder)MiniJSONprotected
SerializeNumber(double number, StringBuilder builder)MiniJSONprotected
SerializeObject(Hashtable anObject, StringBuilder builder)MiniJSONprotected
SerializeObjectOrArray(object objectOrArray, StringBuilder builder)MiniJSONprotected
SerializeString(string aString, StringBuilder builder)MiniJSONprotected
SerializeValue(object value, StringBuilder builder)MiniJSONprotected
TOKEN_COLONMiniJSON
TOKEN_COMMAMiniJSON
TOKEN_CURLY_CLOSEMiniJSON
TOKEN_CURLY_OPENMiniJSON
TOKEN_FALSEMiniJSON
TOKEN_NONEMiniJSON
TOKEN_NULLMiniJSON
TOKEN_NUMBERMiniJSON
TOKEN_SQUARED_CLOSEMiniJSON
TOKEN_SQUARED_OPENMiniJSON
TOKEN_STRINGMiniJSON
TOKEN_TRUEMiniJSON