PUT and POST request shall transmit JSON to the server
Currently, jquery.ajax defaults 'application/x-www-form-urlencoded; charset=UTF-8' (see jQuery API : https://api.jquery.com/jQuery.ajax)
This causes the server to have to handle booleans as string.