February 2012
1 post
1 tag
combining two JSON files with javascript
At work we were faced with taking multiple APIs that output JSON objects and combining them into one JSON object that would be used by other developers to create the presentation layer. So we wrote a javascript layer which would consolidate the information we were getting from the APIs into a single output. Here is a simplified example of what we did. Here are the two JSON objects that we...
Feb 21st