Add nlohmann/json parser
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 09:26:57 +0000 (11:26 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Tue, 28 Apr 2020 09:26:57 +0000 (11:26 +0200)
commit8b8309d46e9ccc968d3a315e86e70c5a806706d0
treec7d625dbd01b692d8ed659ad2b301540a57fa38a
parent57040efdece4ea1f4487608de3d1afbb9d1378c8
Add nlohmann/json parser

New EventOperation class ready to translate json into piped string
for event operation.

Bug: Fix legacy loadXML to loadXMLFile
12 files changed:
dynamic/launcher/gx/00001/Procedure.cpp
example/diameter/batchConverter/main.cpp
example/diameter/launcher/EventOperation.cpp [new file with mode: 0644]
example/diameter/launcher/EventOperation.hpp [new file with mode: 0644]
example/diameter/launcher/Launcher.cpp
example/diameter/launcher/MyHandler.cpp
example/diameter/rxSimpleTest/MyDiameterEntity.cpp
include/anna/diameter/codec/Message.hpp
include/anna/json/json.hpp [new file with mode: 0644]
source/diameter.comm/Engine.cpp
source/diameter/codec/EngineImpl.cpp
source/diameter/codec/Message.cpp