qt-json
JSON parser
A set of functions for parsing and serializing JSON data to and from Qt's QVariant hierarchy
A simple class for parsing JSON data into a QVariant hierarchy and vice versa.
330 stars
26 watching
106 forks
Language: C++
last commit: almost 7 years ago
Linked from 2 awesome lists
jsonqt
Related projects:
Repository | Description | Stars |
---|---|---|
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
sheredom/json.h | A header file providing a simple, single-header JSON parser for C and C++. | 719 |
pantuza/jsoncat | A tool to parse and pretty-print JSON data from various input sources. | 27 |
francoispqt/gojay | A high-performance JSON parser and encoder with streaming capabilities for Go. | 2,127 |
flavio/qjson | A C++ library that maps JSON data to QVariant objects | 288 |
sol/aeson-qq | A Haskell package that enables compile-time conversion of JSON strings to data structures using a custom quasiquoter. | 80 |
mwh/jqjs | A JavaScript implementation of the jq JSON query language | 85 |
chadaustin/sajson | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |
ruby/json | A Ruby implementation of the JSON data serialization format | 704 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,948 |
kgabis/parson | A lightweight JSON parsing library written in C | 1,367 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 69 |
interactive-matter/ajson | A C++ library to parse and generate JSON data structures for Arduino projects. | 567 |
yamafaktory/jql | A tool for querying and manipulating JSON data using a simple, intuitive syntax. | 1,524 |