Migrating json parsing from rapidjson to jsoncons. (#112)

* Migrating JSON parsing from RapidJSNO library to jsoncons library

* updating readme file and removing RapidJSON headers
This commit is contained in:
Savinda Senevirathne
2020-08-31 14:05:42 +05:30
committed by GitHub
parent 648b70892c
commit 2fc93d4291
10 changed files with 520 additions and 619 deletions

View File

@@ -12,7 +12,7 @@ namespace msg::usrmsg
class usrmsg_parser
{
const util::PROTOCOL protocol;
rapidjson::Document jsonDoc;
jsoncons::json jsonDoc;
jsoncons::ojson bsonDoc;
public: