pbhogan / TinyJSON

TinyJSON is a simple JSON library for C# that strives for ease of use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert object type?

pyengwoei opened this issue · comments

public string marketid = "0"; //right
public string matchcode = "0"; //right
public object kickofftime; //if (proxyObject == null)
{
throw new InvalidCastException( "ProxyObject expected when decoding into '" + type.FullName + "'." );
}

Your code and question seems incomplete. Please elaborate more fully on what you're asking.