Check if jsonPath items exists
auto json = parseJsonString(`{"a":"b", "c":{"d":1}, "e":["f", {"g":"h"}]}`); assert(json.hasPath(["c", "d"]));
See Implementation
Check if jsonPath items exists