Introduce a Qt-free JSON implementation
This is essentially QJson with Qt replaced by std:: features.
This is useful to have in circumstances where a Qt dependency
is undesirable, e.g. for the Qt Creator debugger protocol
implementation in our CDB extension.
Change-Id: Iec79c6b23b1e717ce1b6f4d38755287d1f479c13
Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
src/shared/json/README.md
0 → 100644
src/shared/json/json.cpp
0 → 100644
This diff is collapsed.
src/shared/json/json.h
0 → 100644
This diff is collapsed.
src/shared/json/json.pri
0 → 100644
src/shared/json/json.qbs
0 → 100644
tests/auto/json/bom.json
0 → 100644
tests/auto/json/json.pro
0 → 100644
tests/auto/json/json.qbs
0 → 100644
This diff is collapsed.
tests/auto/json/test.bjson
0 → 100644
File added
tests/auto/json/test.json
0 → 100644
This diff is collapsed.
tests/auto/json/test2.json
0 → 100644
tests/auto/json/test3.json
0 → 100644
This diff is collapsed.
tests/auto/json/tst_json.cpp
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment