Merge two JSON objects programmatically

后端 未结 8 979
被撕碎了的回忆
被撕碎了的回忆 2020-12-17 02:01

I have two JSON objects here, generated through the Google Search API. The URL\'s of these objects can be found below.

http://ajax.googleapis.com/ajax/services/searc

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 02:16

    Rather than merge the two results together, I just decided to parse them, then link those two together. In the end there was really no need to merge the two together when they could be easily joined within a database.

提交回复
热议问题