diff --git a/.gitmodules b/.gitmodules index f8eb19b2..56532409 100644 --- a/.gitmodules +++ b/.gitmodules @@ -121,7 +121,7 @@ url = https://github.com/stefanocasazza/ULib [submodule "thirdparty/qajson4c"] path = thirdparty/qajson4c - url = https://github.com/USESystemEngineeringBV/qajson4c.git + url = https://github.com/DeHecht/qajson4c.git [submodule "thirdparty/facil.io"] path = thirdparty/facil.io url = https://github.com/boazsegev/facil.io.git diff --git a/README.md b/README.md index 55aab909..19aec04b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Library | Language | Version | Notes [picojson](https://github.com/kazuho/picojson) | C++ | 1.3.0 [pjson](https://github.com/ony/pjson) | C | | No numbers parsing, no DOM interface [POCO](https://github.com/pocoproject/poco) | C++ | 1.7.5 | Need installation | -[qajson4c](https://github.com/USESystemEngineeringBV/qajson4c) | C | 1.0.0 | gcc/clang only | +[qajson4c](https://github.com/DeHecht/qajson4c) | C | 1.0.0 | [Qt](http://www.qt.io/) | C++ | 5.6.1-1 | Need installation | [RapidJSON](https://github.com/miloyip/rapidjson) | C++ | v1.1.0 | There are four configurations: RapidJSON (default), RapidJSON_AutoUTF (transcoding any UTF JSON), RapidJSON_Insitu (*insitu* parsing) & RapidJSON_FullPrec (full precision number parsing) [sajson](https://github.com/chadaustin/sajson) | C++ |