Skip to content

Instantly share code, notes, and snippets.

@ch4t88
ch4t88 / JsonPost.vb
Created June 22, 2022 13:48 — forked from six519/JsonPost.vb
JSON HTTP POST Request In Visual Basic .NET
'Install Newtonsoft.json
'-----------------------
'
'PM> Install-Package Newtonsoft.Json -Version 6.0.8
'Sample Usage
'------------
'Dim jsonPost As New JsonPost("http://192.168.254.104:8000")
'Dim dictData As New Dictionary(Of String, Object)