You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, data from multiple file variables are shallow-merged together, which is to say that if two data files each define a mapping/object with the same name and different keys, the mapping/object in the second data file replaces the mapping/object in the first file.
currently, data from multiple file variables are shallow-merged together, which is to say that if two data files each define a mapping/object with the same name and different keys, the mapping/object in the second data file replaces the mapping/object in the first file.
Ex: file1.json
file2.json
Results in:
It would be nice if it instead resulted in
The text was updated successfully, but these errors were encountered: