CSharpUtils.Json.JSON.Decode C# (CSharp) Method

Decode() public static method

public static Decode ( string Format ) : object
Format string
return object
		public static object Decode(string Format)
		{
			return Parse(Format);
		}