One thing to consider is what casing your frontend uses. With some technologies your JSON API properties will have the same casing as your ORM & DB which will cause mixed casing in your frontend code if they differ and you don't map the properties.
↧