Parsing JSON requests with deserializers
Once upon a time, you have a Rails server. This server does all kinds of wonderful things, surely. One of those things is it takes json, parses it and stores it somewhere.
Here’s my question to you: how do you parse the JSON and where? Do you do it in the controller?
Post a comment