module Typertext.Json { export interface JsonObject { [index:string]:any } }