json-editor VS laminar

Compare json-editor vs laminar and see what are their differences.

laminar

OpenApi backed REST APIs. Automatic validation of request / response based on the api schema. (by ovotech)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
json-editor laminar
8 4
4,220 23
2.1% -
9.3 0.0
4 days ago 5 months ago
JavaScript TypeScript
MIT License 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.

json-editor

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

laminar

Posts with mentions or reviews of laminar. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-30.
  • Ask HN: Does Anyone Like GraphQL?
    1 project | news.ycombinator.com | 6 Jun 2023
    The main (and only) criticism I’ve ever heard about graphql in the companies I worked for was that it is very js-oriented all the best libs/frameworks for it are for react frontend / node server mostly.

    Backend scala / php devs looked at it with distaste in their eyes, coming up with various reasons why its not a good idea.

    And to be fair with tools like openapi / grpc a lot of the benefits of graphql can be replicated.

    Even if they are clumsy and fragmented compared to it in my eyes, they still work well enough and keep devs in all camps happy enough, and compromise as they say is “when everyone is equally unhappy”.

    Now placed in situations like this I am usually forced to reimplement graphql tooling with the chosen api tech (for example https://github.com/ovotech/laminar) and if me as a single dev could do it, then I’d wager if there was stronger tech leadership, all the other tech tribes could just smooth the edges that they didn’t like for using graphql in their respective languages … but sadly that has not been my experience.

  • Ask HN: Do you use JSON Schema? Help us shape its future stability guarantees
    15 projects | news.ycombinator.com | 30 Jan 2023
    I use it extensively in prod. Well the superset that is OpenApi. It enables contract first development where any change to the api is done in the schema fist, and then implemented by the clients/server.

    Since we have tooling[0] that validates requests and responses at runtime, the clients can be absolutely sure of what they receive (we through 500 if the server attempts to respond with an undocumented respond) And the server is also sure about the shape of the requests. This allows us to validate everything at compile time too, generating typescript types for both client and server.

    And since we have similar tooling regarding our data stores (typescript types for sql queries) most of the time if there is a bug, the code would simply not compile - pretty nifty!

    [0] - https://github.com/ovotech/laminar

  • SQLBolt – Interactive lessons and exercises to learn SQL
    2 projects | news.ycombinator.com | 15 Jul 2021
  • Bad TypeScript Habits to Break This Year
    9 projects | news.ycombinator.com | 2 Feb 2021
    If the api has some contract with it OpenApi / Swagger / etc, its surprisingly easy to write a parser that would convert those to typescript types. TS has an awesome use as a library itself where you can write the ast with, and then tell it to convert it to code.

    We use it to great effect ourselves, by generating types for axios.

    https://github.com/ovotech/laminar/tree/main/packages/lamina...

    Now granted, you’re now trusting the api writers with their contract, but if its another team in the org we’ve found it to be warranted.

What are some alternatives?

When comparing json-editor and laminar you can also consider the following projects:

formkit - Vue Forms ⚡️ Supercharged

pgtyped - pgTyped - Typesafe SQL in TypeScript

adif-json-protobuf - Protocol buffer and JSON schema based on the amateur radio data interchange format (ADIF)

fp-ts - Functional programming in TypeScript

Atom - :atom: The hackable text editor

schema-dts - JSON-LD TypeScript types for Schema.org vocabulary

json-schema - JSON Schema Validation, Annotation, and Bundling. Supports Draft 04, 06, 07, 2019-09, 2020-12, OpenAPI 3.0, and OpenAPI 3.1

alt-schema - Flat JSON Schema specification and basic utility methods

alterschema - Convert between JSON Schema specification versions.

library-recommendations - Evaluating Open Source libraries for particular purposes

tslint - :vertical_traffic_light: An extensible linter for the TypeScript language