Closed Nico314159 closed 1 year ago
prefix + makes it look for the file in the current class, which made it impossible to extend JSON files from other classes or the global scope. To look inside the current class, use dot notation instead.
prefix +
prefix +
makes it look for the file in the current class, which made it impossible to extend JSON files from other classes or the global scope. To look inside the current class, use dot notation instead.