quicktype-vscode
quicktype-vscode copied to clipboard
VS Code extension to convert JSON to TypeScript, C#, Go, and many more
When I open quicktype for `pokemon.json`, I should get a target filename like `Pokemon.cs`.
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
When trying to return a JSON response for the "dart" language, I get an error message: The "Set quicktype target language" command resulted in an error (r6.setItem is not a...
It now uses NewtonSoft's JSON library for C# code generation. Would be nice if it supported .NET 6's System.Text.Json as well. using System.Text.Json.Serialization; JsonProperty => JsonPropertyName etc.
> Moved from https://github.com/quicktype/quicktype/issues/1532 When I open VSCode from my WSL using [Remote - WSL](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl), I can't use `Paste JSON as Code` command. It shows `Code could not get clipboard...
The clipboard problem using WSL was solved last year but the marketplace extension was last updated in 2018.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Unfortunately this extension doesn't work when running vscode on a Wayland session, every time I get the following error: `error "Clipboard does not contain valid JSON" for any JSON`. If...