|
|
|
|
|
by johnsonjo
2108 days ago
|
|
I just found about and have been reaching for this type generator when I use rest APIs [0]. It’s worked great for the Twitter API so far. 10/10 would recommend. I started by scraping the API pages with script snippets that run on my own browser. Was wondering if something existed for JSON to TS and it looks like QuickType works pretty well. I kind of want to make something that will anonymize and compress the data for me from json and keep the particular types so I can keep feeding it through QuickType and keep around sample anonymized json data. [0]: https://quicktype.io/ |
|