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
What should this call FlatFile#get("test.test2.test3") return? It would not be deterministic, since both would match. I think a better idea would be that FlatFile#get("test.test2.test3") return the latter and FlatFile#get("test.test2\.test3") returns the former. This would make more sense to me.
Describe the bug
When there is a dot (.) in the key of a valid json (or any other) file like this :
FlatFile#get("test.test2.test3") doesn't return anything.
But
Correctly return "It works"
Expected behavior
When the key of a file contains a dot, it should still work.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: