7 lines
245 B
Markdown
7 lines
245 B
Markdown
# 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.
|
|
|