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

  • SEARCH
  • Home
  • 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 8221167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:48:40+00:00 2026-06-07T13:48:40+00:00

I Create the JSON Array like in the name of jarray . It has

  • 0

I Create the JSON Array like in the name of jarray.

It has id and the corresponding value.

And I have an another variable arr.

Now, how do I get the value of the value from json array using id.

It means if i need to check the jarray by using the var id=04.

If i found 04 i need the value of the particular id like Apple as a out put.

How to use the If condition in Json array?

var jarray=[{"id":"04","value":"Apple"},{"id":"13","value":"orange"}];
var id=04;
  • 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-06-07T13:48:41+00:00Added an answer on June 7, 2026 at 1:48 pm

    like this:

    for (i=0;i<jarray.length;i++)
        {
            var tempValue = jarray[i];
            if (tempValue["id"] == id)
                alert( "value is : " + tempValue["value"] );
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I want to create a JSON array. I have tried using: JSONArray jArray
I have a JSON array like this [{Email:someone@some.com,Name:ACO,Groups:[MOD_SW,MOD_PI,MOD_GE],Id:63,Url:aco}, {Email:someone@some.com,Name:Agpo,Groups:[MOD_PI],Id:22,Url:agpo}, {Email:someone@some.com,Name:Akatherm,Groups:[MOD_SW],Id:64,Url:akatherm}, {Email:someone@some.com,Name:Albrand,Groups:[MOD_PI,MOD_GE],Id:23,Url:albrand}] I want to
I have a JSON array like this: { forum:[ { id:1, created:2010-03-19 , updated:2010-03-19
I create a json encode in PHP like this: $get = mysql_query(SELECT * FROM
I need to create a json message like this: { success:true, count:3, data: [
I have some simple .NET objects I'd like to serialize to JSON and back
I have three PHP arrays that I've encoded with json... extra PHP code has
I have a json object array. I want to search the array and for
Im just starting to get the hang of using json and Id like to
I'm trying to create an array of 'classes' like so: function Main(initURL){ var item_array

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.