json-typedef-infer icon indicating copy to clipboard operation
json-typedef-infer copied to clipboard

A CLI tool that generates JSON Typedef schemas from example data

Results 10 json-typedef-infer issues
Sort by recently updated
recently updated
newest added

Hi jsontypedef team, First of all, thank you for building this tool. In my use case I have a really long schema to be inferred, and verifying the inferred schema...

Couldn't find anywhere else to ask this, is anyone working on ways to convert from JSON Schema or from the extracted types in OpenAPI schemas to JTD? I have APIs...

I can use jtd-infer with a few concatenated files, but when I concatetenate a 1000+ JSON files, the program crashed with a stack overflow. Similar inferral tools for JSON Schema,...

This will update clap to v4 and replace the deprecated yaml macro with a struct derive macro. --- Thanks for this very useful tool and library. When using this to...

I use `jtd-codegen` (version 0.4.1) to generate TypeScript code. This results in a file `index.ts`. Is there a way to control the generated filename(s)? I run `jtd-codegen` for multiple json...

The current output isn't very useful to devs as it does not reflect any common JSON typing schema. It would be much more useful with support for Typescipt style or...

This allows people to find the repository from crates.io or docs.rs. Especially as it isn't hosted at the author's github account.

The previous command resulted in the following output: ``` error: could not find `jtd_infer` in registry `crates-io` with version `*` ``` With `jtd-infer` it works.

I downloaded the pre-built binary and while I did read that it was a pre-build binary, my brain didn't exactly connect the dots and I tried to use it as...