-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nested json not work #50
Comments
Duplicate of #44 |
Works ! |
I am unable to get this working after this commit Lines 295 to 303 end up creating properties if they do not exist:
Then in the dotNotation method they always pass the Can you show an example of this working? |
Please post an example of a buggy code. hasOwnProperty was there just to |
Okay I did see where was the problem. |
I cannot use the following notation to access ___('contact.name')_
In i18n, this is allowed:
https://github.com/mashpie/i18n-node#object-notation
The text was updated successfully, but these errors were encountered: