Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt and JSON solution
Qt 6.11 is out! See what's new in the release blog

Qt and JSON solution

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 3.8k Views 1 Watching
  • 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 Offline
    T Offline
    tucnak
    wrote on last edited by
    #1

    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
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #3

        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
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved