Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dcefram/ts-interface-from-json

Generate TS interfaces from XML or JSON
https://github.com/dcefram/ts-interface-from-json

Last synced: about 1 month ago
JSON representation

Generate TS interfaces from XML or JSON

Awesome Lists containing this project

README

        

# Generate Interfaces from JSON or XML

This tool was made while working on [xjs](https://github.com/xjsframework/xjs) as the usual format returned by XSplit core is XML, and I had to create proper-ish types/interfaces for it
while working on XJS.