Can you write code that implements adding and modifying based on an incoming JSON string in Visual Basic? I can’t seem to find any helpful resources. So far I have a JSON with Lastname, FirstName, streetnumber, etc. I want to be able to run a console app that says Enter LastName, or firstname, or street number, whatever, and it change the values in my JSON.
Any feedback will be greatly appreciated!
T