Skip to content
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

set a value into an array inside the object #7

Open
mpmaggi opened this issue Sep 21, 2017 · 0 comments
Open

set a value into an array inside the object #7

mpmaggi opened this issue Sep 21, 2017 · 0 comments

Comments

@mpmaggi
Copy link

mpmaggi commented Sep 21, 2017

const sgtFields = require("sgt-fields")
const obj = {
obj: {
arr: []
}
};
sgtFields.set(obj, 'obj.arr[0].result', { ok: 1 });

Should create this:
obj = {
obj: {
arr: [{ result: { ok: 1 }}]
}
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant