function Json()
{
    this.Json = this;

    this.ToJSON = function(_obj)
    {
        return YAHOO.lang.JSON.stringify(_obj);
    }
}
