JSON: JavaScript Object Notation
---------6/5/2017------------------ jbuilder is built by default by Rails show.jbuilder.json => build a JSON show page json.array! @employees.each do |employee|
end
Aside from jbuilder, we can also use responder, RABL, active_model_serializer