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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:14:40+00:00 2026-05-28T11:14:40+00:00

I have those two JSON objects field_contact_phone: { el: [ { value: +30 123455,

  • 0

I have those two JSON objects

"field_contact_phone": {
    "el": [
        {
            "value": "+30 123455",
            "format": null,
            "safe_value": "+30 123455"
        }
    ]
}

Second

"field_contact_phone": {
    "el": [
        {
            "value": "12342352352",
            "format": null,
            "safe_value": "12342352352"
        },
        {
            "value": "5454364576547",
            "format": null,
            "safe_value": "5454364576547"
        }
    ]
}

Although I am able to successfully parse the second object with that line

var popup = 'Τηλέφωνο: '+data.field_contact_phone.el[0].value;

When I try to parse the first one I get that error

Uncaught TypeError: Cannot read property ‘el’ of undefined at file:///android_asset/www/main.js:390

  • 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-28T11:14:41+00:00Added an answer on May 28, 2026 at 11:14 am

    Your JSON is validated correct and working at my side. Just you need to wrap the content with curly braces( pls. see below )

    var v1={
        "field_contact_phone": {
            "el": [
                {
                    "value": "+30123455",
                    "format": null,
                    "safe_value": "+30123455"
                }
            ]
        }
    };
    
    var v2={
        "field_contact_phone": {
            "el": [
                {
                    "value": "12342352352",
                    "format": null,
                    "safe_value": "12342352352"
                },
                {
                    "value": "5454364576547",
                    "format": null,
                    "safe_value": "5454364576547"
                }
            ]
        }
    };
    console.log(v1.field_contact_phone.el[0].value); // +30123455
    console.log(v2.field_contact_phone.el[0].value); //12342352352
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two ajax functions that fetch JSON objects using .getJSON and then build
I have two JSON objects here, generated through the Google Search API. The URL's
I have some JSON with Two objects and these each have 3 objects nested.
I have json with field that contains two different types. fields:[{value:ZIELONE OKO},{value:{@nil:true}}] I have
I want to break down a JSON string into smaller objects. I have two
I have those two tables: client: id (int) #PK name (varchar) client_category: id (int)
Suppose I have a dataset with those two immortal tables: Employee & Order Emp
Say that I have two tables like those: Employers (id, name, .... , deptId).
Say I have two UUID instances: uuid1 = UUID.randomUUID(); uuid2 = UUID.randomUUID(); If those
I have several string each containing a JSON representation of an array of objects.

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.