I dread coding this but has anyone coded this before or are you using a 3rd party lib like Json.NET? I’d prefer to code my own parser and just wondering what others have done to parse Json and handle that generically.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I started down the road 1 1/2 years ago (or so) with writing my own JSON parser, but then I ran across JSON.NET and have used it ever since. I’ve used it on a number of projects and really haven’t run into any issues.
Handling dates was the straw that broke the camel’s back, so to speak, that drove me to JSON.NET.