The Wayback Machine - https://web.archive.org/web/20220527171157/https://github.com/topics/json-validation
Here are
49 public repositories
matching this topic...
Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
JSON Schema validator. Supports drafts 4, 6, and 7.
Typescript custom transformer for json validation based on type
-
Updated
Apr 28, 2022
-
TypeScript
vjson is a golang package that helps to validate JSON objects
JSON Spec is a tool for validation and generation of JSON data.
-
Updated
Mar 29, 2022
-
JavaScript
Robot Framework library for JSON validation
-
Updated
Oct 11, 2019
-
Python
Flow based approach to JSON validation.
-
Updated
Sep 21, 2021
-
TypeScript
A JSON formatter prettifier, minifier and validator plugin for Geany editor
Fast and lightweight JSON validation and JS type checking. SJOT schemas are as simple as JSON templates.
-
Updated
May 14, 2021
-
JavaScript
Validates JSON objects against Swagger 2 definitions
-
Updated
Apr 23, 2022
-
Java
A Jackson module that performs Java Bean Validation during deserialization.
-
Updated
Nov 27, 2021
-
Java
Command line tool to validate JSON syntax of input file.
A simplistic validation language to validate complex objects.
Gradle plugin for json validation
-
Updated
Dec 19, 2021
-
Groovy
jsonlint a directory recursively
-
Updated
Apr 20, 2017
-
JavaScript
Json-validator does only one thing: verify that the JSON string is valid
Async-friendly straightforward Django API helpers
-
Updated
Aug 30, 2020
-
Python
Java tool for JSON validation via string or file and correction of invalid JSON-like string
-
Updated
Mar 27, 2022
-
Java
-
Updated
May 26, 2022
-
Python
A minimalistic implementation of SimpleSchma most useful features
-
Updated
Nov 8, 2018
-
JavaScript
Typescript type-based code transformation
-
Updated
Aug 15, 2019
-
TypeScript
📜 ✔️ JSON Validate is the free online/offline validator and formatter tool for JSON (JavaScript Object Notation).
-
Updated
Nov 12, 2020
-
HTML
Symfony framework bundle providing an annotation for validating JSON passed with a request against a schema
Schema-based validation for JSON in Python
-
Updated
Dec 17, 2021
-
Python
Make JSON schemas easier with a basic YAML DSL
Improve this page
Add a description, image, and links to the
json-validation
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
json-validation
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Inferring schemas can be done on vector input. But not on lists (ie. coming from the result of
(map some-fn docs)
.The simple solution to this is of course to use
(mapv some-fn docs)
, but it should be handled transparently by the library.