JSON records editing with servlet and MySQL

Job ID: 31746500

Budget: $250 – $750 AUD

A servlet is required to permit a user (who is identified by an id) to add, edit and delete two types of JSON records that are private to them using a web page. The two types are “Car” and “Maintenance”.
Assume the session already has an id for the user when this servlet is invoked. The records will be stored as blobs in the MySQL database. See the attached explanation.