Beispiel #1
0
        public static Json Parse(string s)
        {
            Json j = new Json();

            j.FromJson(s);
            return(j);
        }