From 37a7b035f8feb248d25741b22e22ffb0ec7463d6 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 18 Jan 2012 10:12:50 +0100 Subject: Import json support from playground/qtbinaryjson This imports the JSON support for Qt 5 from playground/qtbinaryjson. It adds a fast, fully compliant json parser, a convenient C++ API, conversion to and from QVariants and a binary format for JSON that is extremely fast to use together with the C++ API. Change-Id: If9e3a21a4241d388d0abaa446b6824f9cc6edb1c Reviewed-by: Thiago Macieira --- tests/auto/corelib/json/json.pro | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/auto/corelib/json/json.pro (limited to 'tests/auto/corelib/json/json.pro') diff --git a/tests/auto/corelib/json/json.pro b/tests/auto/corelib/json/json.pro new file mode 100644 index 0000000000..f7b7a80a2d --- /dev/null +++ b/tests/auto/corelib/json/json.pro @@ -0,0 +1,6 @@ +TARGET = tst_qtjson +QT = core testlib +CONFIG -= app_bundle +CONFIG += testcase + +SOURCES += tst_qtjson.cpp -- cgit v1.2.3