libqjson/README.md

7 lines
245 B
Markdown
Raw Normal View History

2024-01-06 05:29:28 +01:00
# libqjson
JSON is a lightweight data-interchange format.
It can represents integer, real number, string, an ordered sequence of value, and a collection of name/value pairs.
QJson is a qt-based library that maps JSON data to QVariant objects.