/**
* Name: JSON File Loading
* Author: Arnaud Grignard
* Description: Initialize a grid from a JSON FIle.
* Tags: load_file, grid, json
*/
model json_loading
global {
file JsonFile <- json_file("../includes/cityIO.json");
map c <- JsonFile.contents;
init {
list