I would like to break up Json into modules and import them as needed in multiple places.
I don’t want to continue having to copy and paste repetitive parameter JSON code over and over. Just want a single source of truth for JSON that will then be applied everywhere.
Do you have any suggestions or thoughts on how we can do that?