export const fromJson = (content: string): T => JSON.parse(content);