Click here to Skip to main content
15,885,366 members
Home / Discussions / JavaScript
   

JavaScript

 
Answeri also tried with this code Pin
LOKENDRA YADAV22-May-17 17:47
LOKENDRA YADAV22-May-17 17:47 
GeneralRe: i also tried with this code Pin
Richard MacCutchan22-May-17 21:57
mveRichard MacCutchan22-May-17 21:57 
Generaljson array is not getting the value from jsonOBject. i mentioned the line in index.jsp where json value is not getting Pin
LOKENDRA YADAV23-May-17 1:14
LOKENDRA YADAV23-May-17 1:14 
GeneralRe: i also tried with this code Pin
LOKENDRA YADAV23-May-17 1:36
LOKENDRA YADAV23-May-17 1:36 
GeneralRe: i also tried with this code Pin
Richard MacCutchan23-May-17 3:10
mveRichard MacCutchan23-May-17 3:10 
AnswerRe: json object result not showing in jsp?? Pin
Nathan Minier23-May-17 1:00
professionalNathan Minier23-May-17 1:00 
GeneralRe: json object result not showing in jsp?? Pin
LOKENDRA YADAV23-May-17 1:31
LOKENDRA YADAV23-May-17 1:31 
QuestionMerging 2 different JSON objects Pin
Farhad Eft21-May-17 21:43
Farhad Eft21-May-17 21:43 
Hi,

I have two JSON objects:

JSON Object 1
[{
   "date":
      [
         "date-value1", 
         "date-value2, 
         ........ , 
         "date-value729"
      ]
}]

JSON Object 2
{
  "data": [
    {
      "body": [ "body1" ],
      "link": "link1",
      "title": [ "title1" ]
    },
    ...........
    {
      "body": [ "body729" ],
      "link": "link729",
      "title": [ "title729" ]
    }
  ]
}

How can I merge the properties of these 2 JSON objects and have the following example as an output for all 729 records of data:
{
  "data": [
    {
      "body": [ "body1" ],
      "link": "link1",
      "title": [ "title1" ].
      "date": "date1"
    },
    ...........
    {
      "body": [ "body729" ],
      "link": "link729",
      "title": [ "title729" ]
      "date": "date729"
    }
  ]
}


Examples that I found online are mainly about merging two identical JSON objects.

Thank you in advance for your time and consideration.
AnswerRe: Merging 2 different JSON objects Pin
Richard MacCutchan21-May-17 22:51
mveRichard MacCutchan21-May-17 22:51 
QuestionAccording to you, the output of the console output will look like? Pin
Member 1320782917-May-17 21:25
Member 1320782917-May-17 21:25 
AnswerRe: According to you, the output of the console output will look like? Pin
Richard MacCutchan17-May-17 21:33
mveRichard MacCutchan17-May-17 21:33 
GeneralRe: According to you, the output of the console output will look like? Pin
Member 1320782917-May-17 22:09
Member 1320782917-May-17 22:09 
AnswerRe: According to you, the output of the console output will look like? Pin
Afzaal Ahmad Zeeshan17-May-17 21:48
professionalAfzaal Ahmad Zeeshan17-May-17 21:48 
GeneralRe: According to you, the output of the console output will look like? Pin
Member 1320782917-May-17 22:09
Member 1320782917-May-17 22:09 
QuestionHow can I write this button Pin
庭喵15-May-17 22:54
庭喵15-May-17 22:54 
QuestionWhen someone enters a wrong answer in an input text box in JavaScript I want the user to be placed in the same field instead of going to the next Pin
Member 1319885813-May-17 20:22
Member 1319885813-May-17 20:22 
AnswerRe: When someone enters a wrong answer in an input text box in JavaScript I want the user to be placed in the same field instead of going to the next Pin
Richard Deeming15-May-17 8:08
mveRichard Deeming15-May-17 8:08 
QuestionJSON not working in IE 6 Pin
AntoVasanth10-May-17 22:56
AntoVasanth10-May-17 22:56 
AnswerRe: JSON not working in IE 6 Pin
Richard Deeming11-May-17 1:24
mveRichard Deeming11-May-17 1:24 
QuestionJSON retrieved from server works mostly like string, not element Pin
Member 1103130410-May-17 20:36
Member 1103130410-May-17 20:36 
Questioncss class not working Pin
Member 110313047-May-17 21:45
Member 110313047-May-17 21:45 
AnswerRe: css class not working Pin
Afzaal Ahmad Zeeshan7-May-17 23:20
professionalAfzaal Ahmad Zeeshan7-May-17 23:20 
Questionhow to call the same component more than one time Pin
Member 110313046-May-17 10:55
Member 110313046-May-17 10:55 
QuestionJquery touchend touchcancel doesn't fire Pin
jkirkerx21-Apr-17 6:55
professionaljkirkerx21-Apr-17 6:55 
AnswerHad the wrong viewport setting in zoomEnable, but I don't understand why I can't stop touchend from firing after touchstart Pin
jkirkerx21-Apr-17 7:44
professionaljkirkerx21-Apr-17 7:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.