MCPcopy Create free account
hub / github.com/eclipsesource/jsonforms / toDataPath

Function toDataPath

packages/core/src/util/path.ts:83–85  ·  view source on GitHub ↗
(schemaPath: string)

Source from the content-addressed store, hash-verified

81 * @returns {string} the data path
82 */
83export const toDataPath = (schemaPath: string): string => {
84 return toDataPathSegments(schemaPath).join('.');
85};
86
87/**
88 * Encodes the given segment to be used as part of a JSON Pointer

Callers 1

path.test.tsFile · 0.90

Calls 1

toDataPathSegmentsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…