glideapps / glideapps/quicktype

C# - Generated Json fails to de-serialize "intervals" and "MonthlyStrategyList"

Open
#1,995 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.