MSON VS JSONForms

Compare MSON vs JSONForms and see what are their differences.

JSONForms

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box. (by eclipsesource)
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
MSON JSONForms
2 21
470 1,963
- 3.6%
4.0 8.8
4 months ago 12 days ago
JavaScript TypeScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MSON

Posts with mentions or reviews of MSON. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-09.
  • MSON Lang: Generate an App from JSON
    1 project | news.ycombinator.com | 7 Jun 2022
  • How to autogenerate forms in React and Material-UI with MSON
    4 projects | dev.to | 9 Feb 2021
    const definition = { component: "Form", fields: [ { name: "heading", component: "Text", text: "# Form using [MSON](https://github.com/redgeoff/mson)" }, { name: "fullName", component: "PersonFullNameField", required: true }, { name: "birthday", component: "DateField", label: "Birthday", required: true }, { name: "phone", component: "PhoneField", label: "Phone" }, { name: "submit", component: "ButtonField", label: "Submit", type: "submit", icon: "Send" } ] };

JSONForms

Posts with mentions or reviews of JSONForms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-04.

What are some alternatives?

When comparing MSON and JSONForms you can also consider the following projects:

react-jsonschema-form - A React component for building Web forms from JSON Schema.

markdown-here - Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.

formik - Build forms in React, without the tears 😭 [Moved to: https://github.com/jaredpalmer/formik]

MSON-React - React and Material-UI Rendering Layer for MSON

react-hook-form - πŸ“‹ React Hooks for form state management and validation (Web + React Native)

formily - πŸ“±πŸš€ 🧩 Cross Device & High Performance Normal Form/Dynamic(JSON Schema) Form/Form Builder -- Support React/React Native/Vue 2/Vue 3

data-driven-forms - React library for rendering forms.

ngx-formly - πŸ“ JSON powered / Dynamic forms for Angular

react-final-form - 🏁 High performance subscription-based form state management for React