An open API service indexing awesome lists of open source software.

https://github.com/andersondias/generic-data-mapper


https://github.com/andersondias/generic-data-mapper

Last synced: 2 months ago
JSON representation

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
```