@scalar/api-client
Version:
the open source API testing client
7 lines • 349 B
TypeScript
import type { JsonPath } from './json-ast.js';
/**
* Parses a JSON Pointer (RFC 6901) and returns a "JSON path" compatible with this editor.
* Supports raw pointers ("/paths/...") and URI fragments ("#/paths/...").
*/
export declare const parseJsonPointerPath: (pointer: string) => JsonPath | null;
//# sourceMappingURL=json-pointer-path.d.ts.map