Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edgarrmondragon/jsonschema-infer-tool
- Owner: edgarrmondragon
- Created: 2021-09-01T05:58:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T20:04:06.000Z (over 2 years ago)
- Last Synced: 2024-12-05T07:27:18.723Z (about 2 months ago)
- Topics: jsonschema, rust-lang
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```