Yahoo Finance的JSON Deserialize

資料型態不保證完全正確,但目前至少可以解析Yahoo Finance的資料。   class PoCo_YahooFinance { public PoCo_YahooFinance_Chart chart { get; set; } } class PoCo_YahooFinance_Chart { public List<PoCo_YahooFinance_Result> result { get; set; } public string error { get; set; } } class PoCo_YahooFinance_Result { public PoCo_YahooFinance_Meta meta { get;…

Google Maps Platform API的申請與使用

2020.12.02 人老了,什麼都記不久,需要紀錄一下這次使用Google Maps Platform的操作步驟。 這次,我希望擷取的是Google地圖上商家的資訊。 糟糕,我覺得我有種走到偏門,越陷越深的感覺…