LaterVS Code extension: select JSON, run `Convert to Zod`
Changelog
Multi-sample JSON inference
featux
• JSON converters now accept newline-delimited JSON samples and merge them into one shared shape.
• Fields missing from some samples are emitted as optional across TypeScript, Zod, Go, Pydantic, Rust, Swift, Kotlin, Java, C#, Dart, PHP, Ruby, Yup, Joi, and dataclass outputs.
• Published /guides/multiple-json-samples-to-typescript to explain the API-response optional-field workflow.
• Single JSON values and normal formatted JSON still behave as before.
Comparison pages for developer-tool discovery
docs
• Published /compare/transform-tools to explain when Schemato is a better fit for schema-to-code workflows.
• Updated the sitemap so the new comparison page can be discovered alongside quicktype and json2ts comparisons.
• Continued GitHub credibility work for awesome-list submissions and open-source directory reviews.
Search-backed JSON guides
docsux
• Published /guides/json-to-typescript for the broad json to typescript search intent.
• Published /guides/json-to-go-struct for the broad json to go / json to go struct search intent.
• Linked the new guides from the homepage or guide index, matching converter pages, sitemap, and RSS feed.
• Kept JSON → Zod as the next step for runtime validation instead of replacing it.
Guides section is fully populated
docs
• Published /guides/openapi-to-typescript — when you don't need a full openapi-typescript / orval generator.
• Published /guides/sql-to-go-struct — turn DDL into a struct that scans with database/sql or sqlx.
• All 4 guides on the index are now real, no more placeholders.
• RSS feed includes all 4 guides plus the changelog stream.
• Added /compare/quicktype — feature-by-feature comparison with the best-known competitor.
• Published the first long-form guide: /guides/json-to-zod — step-by-step walkthrough with refinements, fetch validation, React Hook Form, and tRPC integration.
• Next steps section now appears on every conversion page with code examples for 15 target languages.
• Sitemap split into 11 files via generateSitemaps.
Build in public — open changelog page
docs
• Published this changelog page so anyone can see what shipped, when, and what's next.
• Drafted two technical articles (EN + ZH) about the parser × renderer architecture.