J2S is a script to transform any payload from a curl and generate a swagger definittion comment.
node j2s.js 'curl http://dummy.restapiexample.com/api/v1/employees'
- Load from a file
- Export to YAML
- Root element must be a object (cannot be an array)
- Empts required entries ( remove it manually )