quicktype-vscode icon indicating copy to clipboard operation
quicktype-vscode copied to clipboard

VS Code extension to convert JSON to TypeScript, C#, Go, and many more

Results 28 quicktype-vscode issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Trying to generate object models result in weird behaviour for Swift. For example, I expect the following JSON: ``` { "teamId": "$ùp@n0v@", "teamspaceId": 12345, "team_name": "supernova" } ``` to generate...

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

https://open-vsx.org I would like to have it in VSCodium. Thank you very much.

Unable to generate Typescript interfaces for a large schema. Are you able to help? 🙏 https://www.hl7.org/fhir/fhir.schema.json.zip

Using this json sample: ``` { "date": "2010-09-25", "Revenue": "65225000000.0", "Revenue Growth": "0.0", "Cost of Revenue": "39541000000.0", "Gross Profit": "25684000000.0", "R&D Expenses": "1782000000.0", "SG&A Expense": "5517000000.0", "Operating Expenses": "7299000000.0", "Operating...

It because .NET Core 3 built-in `System.Text.Json` namespace that replace `Newtonsoft.Json`. In the .NET world, there are two major different JSON serializer implementations now. How this extension distinguish between these...

All of quicktype's options are queryable dynamically somewhere - the CLI knows about the base options and the target languages know about theirs. We could add them to `package.json` in...