#Notes for using rest services in VB6 Libraries: - VB-JSON.zip - This zip has the source files for parsing the json response. -- Add the cJSONScript.cls, clsPrintDialog.cls, cStringBuilder.cls class file to the project - Any other json parser for VB6 would work. External Programs: - cURL will have to be in the executable path.