Json: string | number | boolean | {
    [x: string]: Json;
} | Json[]