> On Mar 4, 2015, at 10:47 AM, Masoom Tulsiani <[email protected]> > wrote: > > I have the following hash structure with nested key/value pairs. > > How can I access a particular key and value pair. For Instance,I would like > to access FIELDS -> UNAME(key) > and FIELDS -> STRING (value) of the message with OBJ_TYPE: FEED > > > var hash = > > { > > { OBJ_TYPE: 'RESULT',
Not sure what structure you're using here: you can't have an object in an
object without keys. Do you mean an array like so:
var hash = [
{ OBJ_TYPE: 'RESULT
?
Aria
--
Job board: http://jobs.nodejs.org/
New group rules:
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nodejs/CF98F6B1-ACC8-437E-B232-EE3D98E96C69%40nbtsc.org.
For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME cryptographic signature
