Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 794 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 794 Bytes

VbscriptJSONLib

This is a VBScrit adaptation of the VB6 implementation by Michael Glaser ([email protected])
Added support for "ArrayList" since Collection is not directly supported in VBS ArrayList based StringBuilder class used instead of CopyMemory based (vbAccelerator) cStringBuilder.
Edits by Praveen Nandagiri ([email protected])

Pre-Note: VBJSON is a VB6 adaptation of the VBA JSON project at http://code.google.com/p/vba-json/ Some bugs fixed, speed improvements added for VB6 by Michael Glaser ([email protected]) BSD Licensed ============================================================================================

Support Class: StringBuilder Author: Stan Schwartz
Visit: http://www.nullskull.com/q/10167834/vbscript-stringbuilder-class.aspx