連載第7回目では、前回の続きとしてExcel VBAにおけるJSONデータによるWebサービスの呼び出しについての手順を学びます。前回で、APIの概要を紹介し、IDの取得やAPI呼び出しのテストを行い、ワークシートの基本的な準備を済ませました。今回はスクリプトを ...
こんにちは。スーパーソフトウエア東京オフィス技術部の加藤です。 皆さんは、業務でJSONデータを扱う機会はありますか?データベースからダウンロードしたデータや、APIから取得したデータなど、JSON形式のデータは今や一般的です。しかし、VBAでJSON ...
Dim Parsed As Dictionary Dim JSonText As String ... ... JSonText = Response.Content Set Parsed = JsonConverter.ParseJson(JSonText) I believe this is due to some ...
the sub ParseJson suddenly became very slow in one computer only (a recent one i7-7 Gen), I didn't change anything in the code, 3 minutes for a little json, after test I noticed that this row of code ...