Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4087598
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:52:31+00:00 2026-05-20T18:52:31+00:00

I am not really sure how to get data out of this nested object

  • 0

I am not really sure how to get data out of this nested object with Mustache.js. I am using the YQL multi query that brings back my data objects nested https://gist.github.com/866247. My problem comes when I am trying to access the nested objects

The data comes back like this where 0 and 1 are part of an array with objects in them. Here is a picture of the tree http://cl.ly/1e1b3O3U233e2I0d3g2f.

   query
       results
          results
               0
               1

I have tried the template below and I don’t get anything back. I believe the problem is that that second “results key” comes back with the array and mustache doesn’t know what to do.

   "{{#query}}
                {{#results}}
                    {{#results}}
                        {{#photo}}
                            {{farm}}
                        {{#photo}}
                    {{/results}}
                {{/results}}
            {{/query}}"

If this makes sense to anyone, how do I access the nested objects in the array if there is no key to them?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T18:52:32+00:00Added an answer on May 20, 2026 at 6:52 pm

    I think you should flatten your data into a simpler format to write a template that makes sense, but you can get pretty close to what you want with it as-is.

    The one insurmountable issue I saw was that ‘results’ is inside ‘results’ resulting in a tag closure mismatch. Doing something like this solves that problem:

     data.query.flattened = data.query.results.results;
    

    A functional sample is here.

    You can find some more mustache tricks in this article.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is really stumping me today. I'm sure its not that hard, but I
So i'm not really sure why this is happening but I'm running through some
I'm not really sure how to google this one . I would like to
I'm not really sure how to title this question but basically I have an
I´m not sure if this is really a programming question, but it's related to
I'm not exactly sure how to ask this question really, and I'm no where
I'm stuck in having to write a simple spam filter I'm not really sure
I'm working on a project which I'm really not sure how to unit test.
I'm sure I am just doing something really dumb and not seeing it but
I'm really interested in speech-to-text algorithms, but I'm not sure where to start studying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.