JSON and scehama validator libraries for Node

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Dead simple Object schema validation

  • View on GitHub

  • joi

    Discontinued The most powerful data validation library for JS [Moved to: https://github.com/sideway/joi] (by hapijs)

  • Yup's API is heavily inspired by Joi, but leaner and built with client-side validation as its primary use-case. Yup separates the parsing and validating functions into separate steps. cast() transforms data while validate checks that the input is the correct shape. Each can be performed together (such as HTML form validation) or seperately (such as deserializing trusted data from APIs).

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

    Making mozilla.org awesome, one pebble at a time (by mozilla)

  • ajv

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

  • View on GitHub

  • Superstruct

    A simple and composable way to validate data in JavaScript (and TypeScript).

  • View on GitHub

  • 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

  • awesome npm packages for data validation and parsing(user login validation)

    2 projects | dev.to | 31 Jan 2022
  • A few questions about type guards

    4 projects | /r/typescript | 25 Oct 2021
  • volder is a powerful JavaScript schema builder for value parsing and validation. Define a schema and validate values, volder schema are extremely simple to use, it has custom error messages, custom types, nested schemas.

    8 projects | /r/programming | 15 Oct 2021
  • LoForm: Flutter's version of Formik

    3 projects | /r/FlutterDev | 21 Jul 2021
  • Joi – The most powerful data validation library for JavaScript

    1 project | news.ycombinator.com | 22 Jun 2021