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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:36:57+00:00 2026-05-27T09:36:57+00:00

I’m trying to append an element to my JSON object. Structure of JSON is

  • 0

I’m trying to append an element to my JSON object. Structure of JSON is as follows:

    [
        {
            "newId": "167249-20",
            "title": "El Supremo ordena reabrir la causa por los delitos fiscales de Carlos Fabra",
            "created": "2011-12-01T13:22:00+01:00",
            "priority": "99999",
            "primaryCategoryId": "305",
            "summary": "La sala de lo penal de este órgano ha dejado sin efecto el archivo por prescripción de cuatro de los cinco delitos fiscales que se le imputan al expresidente de la Diputación de Castellón.",
            "image": "http%3A%2F%2Fwww.heraldo.es%2Fuploads%2Fimagenes%2Frec15%2F_reaperuradelcasofabra9558214_d07227b1.jpg",
            "timestamp": "1322742120"
        },
        {
            "newId": "167233-20",
            "title": "Victoria Rodríguez y Claire Morel se imponen en el Open de Andorra",
            "created": "2011-12-01T13:11:00+01:00",
            "priority": "5",
            "primaryCategoryId": "307",
            "summary": "Las patinadoras del Aramón Jaca y del CETDI, Victoria Rodríguez Long y Claire Morel se impusieron en sus respectivas categorías en el Open de Andorra de Patinaje sobre hielo disputado el pasado fin de semana en la pista de Canillo.",
            "image": "",
            "timestamp": "1322741460"
        }
]

so I want to add and extra attribute (imageLocation) as follows:

[
    {
        "newId": "167249-20",
        "title": "El Supremo ordena reabrir la causa por los delitos fiscales de Carlos Fabra",
        "created": "2011-12-01T13:22:00+01:00",
        "priority": "99999",
        "primaryCategoryId": "305",
        "summary": "La sala de lo penal de este órgano ha dejado sin efecto el archivo por prescripción de cuatro de los cinco delitos fiscales que se le imputan al expresidente de la Diputación de Castellón.",
        "image": "http%3A%2F%2Fwww.heraldo.es%2Fuploads%2Fimagenes%2Frec15%2F_reaperuradelcasofabra9558214_d07227b1.jpg",
        "timestamp": "1322742120",
        "imageLocation:" "xxx/xxx/xxx/xxx/xxx/xxx/jpg"
    },
    {
        "newId": "167233-20",
        "title": "Victoria Rodríguez y Claire Morel se imponen en el Open de Andorra",
        "created": "2011-12-01T13:11:00+01:00",
        "priority": "5",
        "primaryCategoryId": "307",
        "summary": "Las patinadoras del Aramón Jaca y del CETDI, Victoria Rodríguez Long y Claire Morel se impusieron en sus respectivas categorías en el Open de Andorra de Patinaje sobre hielo disputado el pasado fin de semana en la pista de Canillo.",
        "image": "",
        "timestamp": "1322741460",
        "imageLocation:" "xxx/xxx/xxx/xxx/xxx/xxx/jpg"
    }
]
  • 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-27T09:36:57+00:00Added an answer on May 27, 2026 at 9:36 am

    If you have parsed your JSON string into javascript object named jsonObj, you can easily loop through collection and add the new property:

    for (int i = 0; i<jsonObj.length;i++)
    {
       var singleItem = jsonObj[0];
       singleItem.imageLocation = "http://someUrl/" + singleItem.newId; // example
    }
    

    If you then need to get JSON as string, use JSON.stringify(jsonObj).

    If you haven’t parsed you JSON string to Javascript object, you can do it easily:

    var jsonObj = JSON.parse(jsonString);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am currently running into a problem where an element is coming back from
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
i got an object with contents of html markup in it, for example: string
I have an MVC Razor view @{ ViewBag.Title = Index; var c = (char)146;
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka

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.