https://github.com/andersondias/generic-data-mapper
https://github.com/andersondias/generic-data-mapper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andersondias/generic-data-mapper
- Owner: andersondias
- Created: 2020-12-15T02:20:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T02:30:10.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:44:59.171Z (4 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# About
This is a POC to handle generic JSON mapping using JsonPath schema navigation.
# How to run
```
npm install -g typescript
npm install
tsc
node built/index.js ../fixtures/first
node built/index.js ../fixtures/second
```