Adds class JobJSON that models the information sent as a JSON file back to the script file.
Add function getJobsFromDatastore() to the JobStoreCenter class that queries Datastore for the projectId specified in the request, fetches all the entities, format them as a JobJSON and sends all of them back to the caller functions in the javascript script file. This function retrieves all the jobs associated with a project (Running and Finalised).