-
Build & Run
git clone https://github.com/doggy8088/quicktype-vscode-refresh.git cd quicktype-vscode-refresh npm install code . # Hit F5 to run
-
Update
quicktypesource codeUse
Node 8.xandUbuntuto build this projectgit clone https://github.com/doggy8088/quicktype.git -b CSharp-SystemTextJson cd quicktype npm install --ignore-scripts # Install dependencies npm install -g typescript # Install typescript globally tsc --project src/cli # Rebuild node dist/cli/index.js # Run npm run build npm run pub
I also have a quicktype-csharp-demo repo that is for testing the recent implementation of
System.Text.Jsonsupport.