typescript-json, 2x faster JSON stringify with only one line

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
  • fast-json-stringify

    2x faster than JSON.stringify()

  • If you choose other similar libraries like fast-json-stringify or slow-json-stringify, you've define the complicate data schema that is different from the TypeScript type system. Beside, the typescript-json requires only one line with your own TypeScript type definition. You don't need any extra data schema definition.

  • typia

    Super-fast/easy runtime validations and serializations through transformation

  • If you choose other similar libraries like fast-json-stringify or slow-json-stringify, you've define the complicate data schema that is different from the TypeScript type system. Beside, the typescript-json requires only one line with your own TypeScript type definition. You don't need any extra data schema definition.

  • 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
  • slow-json-stringify

    The slowest stringifier in the known universe. Just kidding, it's the fastest (:

  • If you choose other similar libraries like fast-json-stringify or slow-json-stringify, you've define the complicate data schema that is different from the TypeScript type system. Beside, the typescript-json requires only one line with your own TypeScript type definition. You don't need any extra data schema definition.

  • tgrid

    TypeScript Grid Computing Framework supporting RFC (Remote Function Call)

  • ajv

    The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  • This typescript-json also hooks the generic argument T in the compilation level through the plugin and transform the generic argument T to be a JSON schema which can be used by ajv or fast-json-stringify. It's the reason why TSON.createStringifier() requires the generic argument T.

  • 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.

    InfluxDB 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

  • 5 useful JSON tools to improve your productivity

    4 projects | dev.to | 11 Apr 2023
  • Ask HN: JSON API object type definitions and validation in 2023?

    2 projects | news.ycombinator.com | 23 Mar 2023
  • Server Sent UI Schema Driven UIs

    4 projects | /r/reactjs | 20 Dec 2022
  • Ultra-minimal JSON schemas with TypeScript inference

    11 projects | news.ycombinator.com | 27 Jul 2022
  • Forced to move away from Django template because of nested forms ?

    2 projects | /r/django | 7 Jul 2022