Help mapping JSON string to types

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
  • union-types

    A Typescript library for creating discriminating union types.

  • I've written a small library to get rid of most of the boilerplate required to use this pattern. It's however not the only library which does that. Also have a look at variant.

  • io-ts

    Runtime type system for IO decoding/encoding

  • Io-ts has tools to help with this but it requires fp-ts, it might be interesting nonetheless https://github.com/gcanti/io-ts/blob/master/Decoder.md

  • 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

  • TDD

    2 projects | /r/CharruaDevs | 7 Dec 2023
  • Why I Like Using Maps (and WeakMaps) for Handling DOM Nodes

    1 project | news.ycombinator.com | 6 May 2023
  • how to strictly type this?

    1 project | /r/typescript | 19 Nov 2022
  • Notes on Advanced TypeScript: Runtime Validations

    2 projects | dev.to | 4 May 2022
  • Announcing TypeScript 4.6

    1 project | /r/javascript | 2 Mar 2022