问题 I have an object being returned by a legacy server and I want to change the structure on the client-side via JavaScript, jQuery, or even Underscore.js. Below is what my original object looks like: [ { "Id":{ "LValue":1, "Value":1 }, "Date":{ "LValue":"2013-10-17T00:00:00", "Value":"2013-10-24T00:00:00" }, "User":{ "LValue":508, "Value":507 }, "Comments":{ "LValue":"This a test load", "Value":"This a test" }, "Name":"John Doe", "IsDeleted":false } ] On the client-side though, I would like to