Currently, spring-data-rest returns HAL JSON in my spring-boot project. I am using the ember.js interface and want to use jsonapi ( http://jsonapi.org/ ).
How can I register a new JSON formatting strategy, given that I will need to write the formatting myself since it does not exist yet?
source share