DEV Community

Bruce Axtens
Bruce Axtens

Posted on

BOJasonNET - Bruce's Own JSON for .NET

Today I uploaded to github a VB.Net implementation of an earlier VB6 project. The VB6 one was called BOJASON and the .NET implementation BOJasonNET.

It's a JSON parser. Back in the day this was a thing. Nowadays Newtonsoft's JSON.Net makes it irrelevant. Nevertheless, I've made it available because someone may be interested in the parsing and storage techniques.

This is not all my own work. The vast majority of the code derives from original, BSD licensed, code by Michael Glaser (vbjson@ediy.co.nz) who adapted for VB6 code originally developed and made available by Google at http://code.google.com/p/vba-json/.

I may post my VB6 version eventually.

Top comments (0)