0
你能幫我如何結合下面的結果1和結果2 JSON對象到單個JSON這樣的,我有名字,沒有,平均,Subject1,Subject2成單JSON對象。我在JQUERY AJAX中使用它。合併2個JSON對象jQuery的
{"Result1":"[{"NAME" : "Mark","No" : "23544","Avg" : "49"}]"}
{"Result2":"[{"Subject1" : "Maths","Subject2" : "Computers"}]"}
請幫忙。
感謝
檢查以下鏈接。 http://stackoverflow.com/questions/617036/appending-to-a-json-object http://stackoverflow.com/questions/433627/concat-json-objects –
你的例子是無效的JSON。 –