Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt and JSON solution

    General and Desktop
    2
    3
    3272
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tucnak last edited by

      Are there any good and well-working solutions that as simple to use as Qt Framework?

      As example:
      @
      QFile file("file.json");
      file.open(QIODevice::ReadOnly);
      QJsonDocument doc;
      doc.load(file);
      QJsonElement el = doc.nextChild();
      qDebug() << el.text();
      @

      I will love it! )

      1 Reply Last reply Reply Quote 0
      • T
        tucnak last edited by

        I found "QJson":http://qjson.sourceforge.net/ but it isn't that I actually finding.

        1 Reply Last reply Reply Quote 0
        • sierdzio
          sierdzio Moderators last edited by

          Lars recently created new package, which is in Qt Project's playground now: "LINK":http://codereview.qt-project.org/#admin,project,playground/qtbinaryjson,info

          I have not tried that, though. Also, Qt5 has QtJsonDB module - I don't know what it does, really, but you might check it out. Up until now, most people I know were happy with QJson, though.

          (Z(:^

          1 Reply Last reply Reply Quote 0
          • First post
            Last post