wok annotate qjson/description.txt @ rev 19981

Up gphoto2 (2.5.14), thanks Pasquale
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 18 19:23:12 2017 +0200 (2017-06-18)
parents
children
rev   line source
al@16309 1 JSON (JavaScript Object Notation) is a lightweight data-interchange format.
al@16309 2 It can represents integer, real number, string, an ordered sequence of value,
al@16309 3 and a collection of name/value pairs.
al@16309 4
al@16309 5 QJson is a Qt-based library that maps JSON data to QVariant objects and
al@16309 6 vice versa.
al@16309 7
al@16309 8 JSON arrays will be mapped to QVariantList instances, while JSON objects
al@16309 9 will be mapped to QVariantMap.