SimpleJSON.JSONNode.LoadFromCompressedFile C# (CSharp) Method

LoadFromCompressedFile() public static method

public static LoadFromCompressedFile ( string aFileName ) : JSONNode
aFileName string
return JSONNode
		public static JSONNode LoadFromCompressedFile(string aFileName)
		{
			throw new Exception("Can't use compressed functions. You need include the SharpZipLib and uncomment the define at the top of SimpleJSON");
		}