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 5949409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:14:45+00:00 2026-05-22T17:14:45+00:00

Thanks for helping out. I am working in python. I’m requesting a json page,

  • 0

Thanks for helping out. I am working in python.

I’m requesting a json page, and loading it.

fooList = json.load(urllib.urlopen(
    "https://path.to.json.com/request?"))

It looks something like this:

{
   "data": [
      {
         "foo": "2323582"
      },
      {
         "foo": "32689023"
      },
      {
         "foo": "125815512"
      },
      {
         "foo": "1252015"
      },
      {
         "foo": "12518505"
      },
      {
         "foo": "109251907590"
      },
      {
         "foo": "2158019258"
      },
      {
         "foo": "2198059018"
      }
   ]
}

I have a defined object

obj = 1252015

I then want to iterate through that list, and present a boolean answer as to whether or not obj exists in fooList

findObj = 'This is where I need help'

Intended result:

print findObj
True
  • 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-22T17:14:46+00:00Added an answer on May 22, 2026 at 5:14 pm
    >>> print any(x['foo']=='1252015' for x in yourJson['data'])
    True
    

    any accepts any generator g=<generator> which returns boolean values, and is equivalent to g[0] or g[1] or g[2] or ... or g[N]. Of course if you didn’t just want to search yourJson['data'], that would be a different story, and you’d want to define a recursive function.

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

Sidebar

Related Questions

Thanks to everyone out there helping newbies like me. So far I have this:
thank you everyone for helping me out with this. i am new to ruby
thanks for helping me setting my cron jobs, crontab has really been a gold
Sorry if this is too simple, but thanks in advance for helping. This is
Thanks to a Q&A on stackoverflow. I just found out how to determine the
I'm helping out a friend with a website he's developing and we are having
I'm working in Rails2, the helper creates a hidden_field which is not helping me...
I'm interested in helping a friend out this summer with some JavaScript trouble he
Thank you all for helping. Below this post I put the corrected version's of
Thanks for reading. I'm a bit new to jQuery, and am trying to make

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.