-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from mediact/feature/APD-1837
Keep leading zeros when parsing a path Allow keys to keep leading zeros when parsing a path. Paths like "foo.000.bar" were turned into ["foo", 0, "bar"] resulting in a different structure after setting values in the data container. The key is now only converted into a string if the value is numeric, and has no leading zero.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters