C++: Modify network before LoadJson

Greetings,

I have a generic model saved into a json file that I load in a C++ script. But depending on the specific case, I need to modify the attributes of many nodes.

Is there a way to do so after (or before) calling LoadJson on that json file?

Thank you.