Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Showcase
  4. QtJsonHelper: a higher-level interface for reading and writing JSON
QtWS25 Last Chance

QtJsonHelper: a higher-level interface for reading and writing JSON

Scheduled Pinned Locked Moved Showcase
2 Posts 2 Posters 1.3k Views
  • 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.
  • L Offline
    L Offline
    lfritz
    wrote on last edited by
    #1

    Hello everyone,

    I've been using the JSON classes in Qt 5 for an application that needs to send and receive JSON messages over HTTP. That works quite well, but the API is rather low-level and can require a lot of repetitive code. So, to make my application code a bit more elegant, I've written a small library of wrapper classes for Qt's JSON API, which I've called QtJsonHelper. It's available on GitHub, under the liberal MIT license:

    https://github.com/lfritz/qtjsonhelper

    If you're using JSON with Qt, check it out!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dasun
      wrote on last edited by
      #2

      Thanks for sharing. Surely it will helpful for me.

      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