public static object ParseValue(string jsonString) { using (var instance = new JsonParser(jsonString)) { return(instance.ParseValue()); } }