UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 191 B
/** * Implementation of JSONPath specification RFC 9535 * https://www.rfc-editor.org/rfc/rfc9535.html */ export * from './types'; export * from './JsonPathParser'; export * from './util';