VBA API call with nested JSON data

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/vba

Our great sponsors
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • VBA-JSON

    JSON conversion and parsing for VBA

    The terms you could search for are "VBA" & "JSON" ;-). My first hit is: https://github.com/VBA-tools/VBA-JSON -> that has even an example (scroll down) of a 2 level JSON.

  • crypto_vba

    An Excel/VBA project to communicate with various cryptocurrency exchanges APIs

    It basically uses the Dictionary object to create variables (e.g. with a dictionary in a dictionary) and after that using that library to transform it into a string. I'm using it in my project here: https://github.com/krijnsent/crypto_vba/blob/master/ModExchKucoin.bas

  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts