get-val-from-obj
v1.0.1
Published
1. getValueFromObject({ person: { id: 1 } }, 'person.id'); 2. getValueFromObject( { person: { hobby: ['soccer', 'chess', 'sword-fighting'] } }, 'person.hobby.1' );
Downloads
2
Readme
get-value-from-object
Examples
- getValueFromObject({ person: { id: 1 } }, 'person.id');
- getValueFromObject( { person: { hobby: ['soccer', 'chess', 'sword-fighting'] } }, 'person.hobby.1' );