mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
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:
committed by
GitHub
parent
648b70892c
commit
2fc93d4291
@@ -12,7 +12,7 @@ namespace msg::usrmsg
|
||||
class usrmsg_parser
|
||||
{
|
||||
const util::PROTOCOL protocol;
|
||||
rapidjson::Document jsonDoc;
|
||||
jsoncons::json jsonDoc;
|
||||
jsoncons::ojson bsonDoc;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user