This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Support adding nested values in JSON #16
Comments
It would be great feature :) |
This would be ideal |
I wrote it by myself but there already exists such a version |
function byString(object, stringKey) {
} you can use this soulution |
Thanks @IvanProdaiko94. On closer inspection it looks as if this code is in the repo (fixed in #9), but not the version on npm (as pointed out in #17). Could do with releasing a new version! |
michael-ciniawsky
changed the title
feature for adding nested values in json file
Support adding nested values in JSON
Apr 14, 2017
Hello, just for the record and for all other people looking for the same answer. |
I think this issue can be closed, no? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Let say the json file look like
In this case i want to use the
recent
keyword such as__('albums.sub_menu.recent')
for now when using like this it is printing[object object]
The text was updated successfully, but these errors were encountered: