Skip to content
Snippets Groups Projects
Commit b2c7938f authored by Paul Gessinger's avatar Paul Gessinger
Browse files

add json plugin which has from_json function

provides function from_json. uses nlohmann::json, which is bundled inside the plugin and can be loaded with #include “ACTS/Plugins/JsonPlugin/lib/json.hpp”. This can read json strings and turn them into json c++ objects, which Acts::from_json can turn into variant_data, which you can turn into anything then.
parent 64a66221
No related branches found
No related tags found
1 merge request!413Serialization to variant_data and json
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment