Show HN: A tool to Convert JSON schemas into TypeScript Deno classes Hello all To preface this is just something I've been making as a learning exercise, so all feedback is appreciated. This is a tool that converts JSON schemas into TypeScript utility classes for use in Deno. Automatic Type Generation: Typescript interfaces for the compressed and uncompressed versions of your data. Compression & Decompression: Compress and decompress your data. Validation: Built-in data validation using Ajv ensures your data adheres to the schema. Reusability: Once generated, the utility classes can be used in other Deno projects. It currently only supports a subset of JSON schema features. I'll eventually hope to expand it to support more features. Reasons behind the project: I have been working with OpenAI LLMs recently and I like to get my data output in structured JSON. I realised it's rather good at taking a schema where properties are compressed within an instruction, and then in return it return data based on the compressed schema. These utility classes provide help with the validation, decompression etc. https://ift.tt/fRDOrzi October 6, 2023 at 05:43AM
Show HN: A tool to Convert JSON schemas into TypeScript Deno classes https://ift.tt/dPYcaxT
Related Articles
Show HN: Bitemporal, Binary JSON Database System and Event Store https://ift.tt/Sy6Ro1UShow HN: Bitemporal, Binary JSON Database System and Event Store I had… Read More
Show HN: Docker Swarm Multi Tenant Proxy https://ift.tt/Ze3BHOSShow HN: Docker Swarm Multi Tenant Proxy You might know this issue wit… Read More
Show HN: Twogether AI – Multi-Person Photo Generation API https://ift.tt/w37nhzSShow HN: Twogether AI – Multi-Person Photo Generation API Hey everyone… Read More
Show HN: LoRA Tune LLM in Lightning on GPU https://ift.tt/6v0VC5QShow HN: LoRA Tune LLM in Lightning on GPU https://ift.tt/E7AbLl6 Nove… Read More
Show HN: Llm.f90 fast, hackable transformer implementation in Fortran https://ift.tt/AR9eCrLShow HN: Llm.f90 fast, hackable transformer implementation in Fortran … Read More
Show HN: Free Website Style Guides https://ift.tt/exg4GlLShow HN: Free Website Style Guides Need help with the visual direction… Read More
Show HN: "Interactive LinkedIn profile" for better networking/job hunting https://ift.tt/HX3S7K9Show HN: "Interactive LinkedIn profile" for better networking/job hunt… Read More
Show HN: Stories for Kids Using AI https://ift.tt/Nbe7KdyShow HN: Stories for Kids Using AI Every child deserves a tale that ig… Read More
0 Comments: