Refactor JSON.parse
authorLars Knoll <lars.knoll@digia.com>
Wed, 23 Jan 2013 09:39:58 +0000 (10:39 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Wed, 23 Jan 2013 12:08:54 +0000 (13:08 +0100)
commit10b68524f674df1c8f447f41beae35edafb8fed9
tree2c7e13cfaf2da1210110cd853af01bcc18c53cde
parent7b6d356d07facd3bbd16b3a95aaef3b2e52860c9
Refactor JSON.parse

Use a modified copy of the parser in QtCore to get
all test cases to pass and to be a lot faster.

In addition, this will later on to add support for
the second argument to JSON.parse

Change-Id: Iaa4cbda29db9c53c3dd5ab2b2ded71efdaa6f8ee
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4jsonobject.cpp
qv4jsonobject.h
tests/TestExpectations