Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edgarrmondragon/jsonschema-infer-tool

Command line tool to infer the JSONSchema of a JSON object
https://github.com/edgarrmondragon/jsonschema-infer-tool

jsonschema rust-lang

Last synced: about 4 hours ago
JSON representation

Command line tool to infer the JSONSchema of a JSON object

Awesome Lists containing this project

README

        

# Schema inference tool

Built using:

- [`serde_json`](https://github.com/serde-rs/json)
- [`infers-jsonschema`](https://github.com/Stranger6667/infers-jsonschema)

## Usage

```shell
cargo run < example.json > schema.json
```