-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Describe the bug
When there is a dot (.) in the key of a valid json (or any other) file like this :
{
"test" : {
"test2.test3": "Should work"
}
} FlatFile#get("test.test2.test3") doesn't return anything.
But
{
"test" : {
"test2": {
"test3" : "It works "
}
}
} 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):
- SimplixStorage: 3.2.6
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request