Typehole – Automatically generate TypeScript types and interfaces for all serializable runtime values

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • typehole

    TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values

  • Paste JSON as Code • quicktype

    Xcode extension to paste JSON as Swift, Objective-C, and more

  • Sometimes when you write TypeScript, you need to manually define types for variables and other values the compiler isn't smart enough to infer. Often this happens when a value is coming into your application from an outside source, like from an API as a JSON response. What most of us do in that case is we either create an interface that matches the API response JSON (so {"userId": 3} becomes interface Response { userId: number } ), or we take that JSON and paste it into http://json2ts.com/, https://quicktype.io/ or similar that creates the interface definition for us automatically. Both of these are fine, and I've always been doing it this way as well.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The New Transparent RPC for JavaScript

    2 projects | dev.to | 23 Oct 2023
  • Free Tech Tools and Resources - MAC Lookup, SQL Tutorials, JSON Converter & More

    2 projects | /r/SysAdminBlogs | 14 Sep 2023
  • Migration to TypeScript Advice

    1 project | dev.to | 5 Jul 2023
  • Help with json parser

    1 project | /r/SwiftUI | 31 May 2023
  • Is there a neat way to work with deeply-nested JSON?

    2 projects | /r/swift | 2 Apr 2023