Hi,

I am working on backend ( express.js) where I need to deal to lot of JSON
for writing restful apis.

Out data comes in big json and it needs to be transformed into another
JSON format, that is accepted by server over http (rest api).

Now for transformation, earlier I was trying to go to each key/field of
JSON for server, and update the value based on data model json

so 1. read data model json by key,
2. read template json ( that server accepts), navigate to that jey and
update with value from 1.

Now I feel it is too much work and like java there must be some
APIs/packages helping to do this.

Can you please suggest few or easy way.

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to