Link to home
Start Free TrialLog in
Avatar of HLRosenberger
HLRosenbergerFlag for United States of America

asked on

Creating/using JSON in VB.NET

How do I create JSON in VB.NET?    How would I use this JSON in  VB.NET

{
  "Recipients": [
                  {
                    "Address": "0169294020"
                  }
                ],
  "Note": "This is the body of the Fax message for 1 recipient",
  "Subject": "My subject",
  "UserMail": "user@domain.fr",
  "Password": "xxx"
}
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HLRosenberger

ASKER

thanks