JSON Viewer is a simple application to view JSON documents with highlighting and a tree view expansion. The application is realized using the Qt framework. It also uses the QJson library for parsing the JSON documents. QJson is a qt-based library that maps JSON data to QVariant objects.
Comments