VBA-tools/VBA-JSON
JSON conversion and parsing for VBA observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4330
- days_rel: n/a
- days_push: 902
- n_releases_24m: 0
Adoption not part of the score
2137 stars · 625 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A VBA module providing JSON parsing and conversion for Excel, Access, and other Office applications on Windows and Mac. It converts JSON strings to VBA Dictionary/Collection objects and serializes them back to JSON.
Use cases
- parse json in excel vba macros
- convert vba dictionary to json string
- load a json file into an excel worksheet
- work with json api responses in access vba
- handle large bigint numbers when parsing json in vba
When to choose
- you need JSON support in VBA for Excel, Access, or other Office apps on Windows or Mac
- you want a lightweight single-module dependency with MIT licensing
- you need cross-platform (Windows and Mac) JSON handling in Office
When to avoid
- you are working outside VBA/Office (use a native JSON library in your language instead)
- you need very high-performance parsing of large JSON documents
- you need JSON Schema validation or advanced JSON features
Facets
library · maturity maintenance
serialization parser json developer-tools files spreadsheets windows cross-platform vba excel office json-converter microsoft-office macos
1 source
- readme: https://github.com/VBA-tools/VBA-JSON · fetched 2026-08-28 · 65a99194f75d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| VBA-tools/VBA-JSON | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="VBA-tools/VBA-JSON")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem