glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
12.31k stars 1.07k forks source link

fixed number const not working #2517

Open jonnytest1 opened 7 months ago

jonnytest1 commented 7 months ago

PR for https://github.com/glideapps/quicktype/issues/2516

jonnytest1 commented 7 months ago

currently using "getStringType" even though its actually a number 🤔 i mean it works , but probably only because the other changes patched it a bit , maybe a number type is already somewhere but i didnt find it

jonnytest1 commented 7 months ago

oh i think const boolean should probably also be a bug 🤔