Пример #1
0
        public override bool Decode(string tg, string data)
        {
            switch (tg)
            {
            case "j": json.Decode(data); break;

            default: return(false);
            }

            return(true);
        }