SaaSHub helps you find the best software and product alternatives Learn more →
JSON-Schema Faker Alternatives
Similar projects and alternatives to JSON-Schema Faker
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs. (by asyncapi)
-
-
prism
Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations. (by stoplightio)
-
class-transformer
Decorator-based transformation, serialization, and deserialization between objects and classes.
-
-
joi
Discontinued The most powerful data validation library for JS [Moved to: https://github.com/hapijs/joi]
-
schemapack
Create a schema object to encode/decode your JSON in to a compact byte buffer with no overhead.
-
-
-
immutable-js
Immutable persistent data collections for Javascript which increase efficiency and simplicity.
-
-
hashmap
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified (by flesler)
-
-
-
-
mori
ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript
JSON-Schema Faker discussion
JSON-Schema Faker reviews and mentions
-
Show HN: Generate JSON mock data for testing/initial app development
There’s also json-schema-faker which is pretty cool.
https://github.com/json-schema-faker/json-schema-faker
-
How do you get realistic data in your staging databases?
I built a CSV generator which I then use as a test data source for a dsv library on that principle and another API generator based on schema. Something that might be additionally helpful is json-schema-faker, as you can probably convert you primary record (DB schema) to json-schema then just generate tons of data.
-
OpenAPI Examples
I only know https://github.com/json-schema-faker/json-schema-faker for JS, not Java though.
-
How Web Apps Became Decoys To Get You To Install Native Apps
Hell, i was using this one earlier today; just kills me that people think this is acceptable.
-
Intro to AWS Websockets Part Three: Documentation
The payload object contains a reference to a JSON Schema object that describes the properties of the event. This allows the consumer to know exactly how to define the event when publishing or how to write code that consumes a subscribed event. There are even tools online that generate examples from JSON Schema (and vice versa).
- The Faker.js Saga Continues
-
How do you "stitch & glue" types for all your needs?
The class-validator / class-transform looks really nice for formatting/validation but there is also joi. suretype is attractive since theoretically typeconv could generate jsonSchema for json-schema-faker and Open API docs.
-
JSON Data Generator
I've been using Fake your JSON-Schemas! (json-schema-faker.js.org), but it does not consider if-then-else rules in its generation process.
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jun 2026
Stats
json-schema-faker/json-schema-faker is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of JSON-Schema Faker is JavaScript.
Popular Comparisons
- JSON-Schema Faker VS schemapack
- JSON-Schema Faker VS Mock.js
- JSON-Schema Faker VS Immer
- JSON-Schema Faker VS immutable-js
- JSON-Schema Faker VS hashmap
- JSON-Schema Faker VS NestableJS
- JSON-Schema Faker VS react-websocket
- JSON-Schema Faker VS mori
- JSON-Schema Faker VS object-path
- JSON-Schema Faker VS class-transformer