UNPKG

jsonpath-mapper

Version:

A json to json transformation utility with a few nice features to use when translating for example API responses into a domain object for use in your domain-driven JavaScript applications. Can be used in React applications with the 'useMapper' hook.

9 lines (6 loc) 266 B
export { default as mapJsonAsync } from './json-mapper-async.js'; export { jpath } from './util.js'; export type * from './models/MapperFunctions.js' export type * from './models/Template.js' import mapJson from './json-mapper.js'; export default mapJson;