JimChristmas
New member
- Local time
- Today, 12:36
- Joined
- Jul 29, 2024
- Messages
- 6
Hello everyone.
I've been searching around for a VBA class that neatly handles JSON data. I'm wondering if anybody here has a class module that they've been using for a while and are entirely satisfied with.
My searches thus far have turned up some code that appears to handle parsing very well, but doesn't provide for adding elements to an existing JSON object, or allow you to create a new JSON object from scratch. I was hoping to have something with relatively little bloat because the db is already massive with almost 100 code modules including nearly thirty classes.
It'd be wonderful if I don't have to reinvent the wheel, and could lean on the generosity of someone who's already traveled this road.
Thanks in advance!
Jim C.
I've been searching around for a VBA class that neatly handles JSON data. I'm wondering if anybody here has a class module that they've been using for a while and are entirely satisfied with.
My searches thus far have turned up some code that appears to handle parsing very well, but doesn't provide for adding elements to an existing JSON object, or allow you to create a new JSON object from scratch. I was hoping to have something with relatively little bloat because the db is already massive with almost 100 code modules including nearly thirty classes.
It'd be wonderful if I don't have to reinvent the wheel, and could lean on the generosity of someone who's already traveled this road.
Thanks in advance!
Jim C.