export type JsonPointer = string; export type JsonPath = string[]; export type JsonData = unknown;