Thursday, April 14, 2016

It's a wonderful JSON world: validate it!

If you ever happen to work with JSON data, Qt (since 5.0) provides a C++ API to handle it very conveniently. But one companion tool I found essential when developing applications using JSON data is jsonlint.com

It's a website where you can do JSON validation online, being sure that for the Qt application you're assembling with the JSON clases, either the test data you're feeding to or the JSON data your getting from it is valid. Believe it or not, it'll save you many many headaches. Happy JSON parsing!

No comments:

Post a Comment