BHoM / BHoM_Engine

Internal manipulation of the BHoM
GNU Lesser General Public License v3.0
26 stars 13 forks source link

Settings_Engine: Ability to load single JSON file settings into memory #3299

Closed FraserGreenroyd closed 6 months ago

FraserGreenroyd commented 6 months ago

Add ability to load a single JSON file which may contain a settings object in BHoM serialised JSON.

Currently we can only load in an entire folder (primarily used on start up). Adding the ability to also load in an individual file will help with dependent toolkits/UIs load in specific settings files.