glideapps / glideapps/quicktype
C# - Generated Json fails to de-serialize "intervals" and "MonthlyStrategyList"
Open
C#
- Dominant language
- TypeScript
- Stars
- 13.9k
- Forks
- 1.2k
- Avg merge
- 8h 53m
- Merged PRs (30d)
- 369
Description
I have tried generating with the options (ARRAY and LIST) with the same result.
This is data from the TDA api. All previous json from their api has generated classes which then de-serialize the json.
I invoke:
var stuff = JsonConvert.DeserializeObject(json, Converter.Settings);
OptionQuoteResponse is the Generated Quicktype class from the json and is in the attached .cs file.
The json is in the attached .json file.
[QuickType.zip](https://github.com/quicktype/quicktype/files/9622603/QuickType.zip)
Contributor guide
Assessment
This issue has not been assessed yet.