qjson
« Back to VersTracker
Description:
Map JSON to QVariant objects
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: json qt c-plus-plus parsing library
Install: brew install qjson
About:
Qjson is a lightweight C++ library that parses JSON data and maps it directly to QVariant objects, simplifying data handling in Qt applications. It provides a straightforward API for reading and writing JSON, abstracting away manual parsing complexities. This tool is valuable for developers integrating web services or configuration files that use JSON format into their Qt-based projects.
Key Features:
  • Maps JSON to QVariant objects
  • Lightweight C++ library
  • Simple API for reading/writing JSON
  • Integrates seamlessly with Qt
Use Cases:
  • Parsing JSON configuration files in Qt apps
  • Consuming RESTful web services in C++
  • Serializing Qt data structures to JSON
Alternatives:
  • Qt JSON – Part of Qt Core, more comprehensive but heavier dependency
  • nlohmann/json – Header-only, modern C++ library, not Qt-specific
Version History
Detected Version Rev Change Commit
Sep 17, 2025 12:15am 2 VERSION_BUMP ecd94afa
Dec 21, 2024 12:04pm 2 VERSION_BUMP 2b62b1c3