JSON Validation in Visual Studio

  • Thread starter Thread starter SQLNeophyte
  • Start date Start date
S

SQLNeophyte

Guest
Hi,

I have a requirement to validate a JSON string. I already know about the Newtonsoft package. But it requires us to add the package to visual studio. What I needs is to do the validation using some methods natively available in visual studio. That is without adding any external packages to Visual Studio. Can anyone please suggest some method?

Continue reading...
 
Back
Top