Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dcefram/ts-interface-from-json
- Owner: dcefram
- Created: 2020-07-03T07:21:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T02:36:11.000Z (about 1 year ago)
- Last Synced: 2024-04-24T04:30:15.563Z (8 months ago)
- Language: HTML
- Homepage: https://rmrz.ph/generate-ts-interfaces/index.html
- Size: 1.12 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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.