<div dir="ltr"><div><div><div><div>Hello,<br><br></div>For my editor widget stuff, I need to parse JSON (to get the stored the widget config from the DB). I've seen that the arcgirest provider uses qjson for that, so I've tried to use it. Works fine on my machine, but fails to compile on Travis (missing include file for qjson/parser.h). Now, I've seen that the arcgisrest provider is not compiled in Travis. That explains why it is green without my patch.<br><br></div>Now, can I add qjson-dev as dependency to the Travis build in master?<br><br>For QT5, there is a JSON parser included, so I could #ifdef the hell out of it and use the Qt parser if in Qt5.<br><br></div>What do you guys think?<br><br></div>Thanks.<br></div>