Skip to content

Conversation

mathisloge
Copy link

This is the implementation of #213

Currently there is one breaking thing in the code base.

If you choose nlohmann::ordered_json the pointer

json* current_loop_data = &json_additional_data["loop"];
will get invalidated each time a new key was added.

There are two possible ways to fix that, either update the pointer each time json_additional_data is modified or decouple current_loop_data from json_additional_data.

@eadlam
Copy link

eadlam commented Sep 20, 2022

@mathisloge / @pantor, I could really use this feature. How hard do you think this is to finish?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants