Loading a JSON resource file by name

Hey! My game works by loading in level.json file from gdevelop resource. problem is i really don’t want to hardcode everything like the image below since it obviously isn’t really efficient.


So, is there any way to load in a JSON resource file by name? Perhaps an extension similar to the “AudioByName” extension for json resource instead. If so please let me know and thanks in advance.