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

Monday, April 4, 2016

QtSerialBus: a new module in Qt 5.6 (technical preview)

Are you developing applications with Qt that target the automotive industry? Chances are that you'll need to interact/benefit from data available on a CAN bus or Modbus...