-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Problem
Sometimes we need to read some info from files at compile time
Solution
To add file reading possibility where we get plain text and can handle it with something like json parser. It would be useful for something like localisation or something similar like config which I can update though the internet and then load it compiletime.
And I have a couple of questions as well, I doubt that we can use HTTP request at run time, but what about reading files? I heard that its possible, we saw that save / load systems but it was said that local files don't work anymore
Reactions are currently unavailable