Json2CSharp / Json2CSharpCodeGenerator

Microsoft Reciprocal License
292 stars 81 forks source link

Json -> Dart #99

Open Aggie85 opened 1 year ago

Aggie85 commented 1 year ago

Howdy!

Having a null value in a Json stream causes an unhandled exception during conversion to Dart.

That is, something like:

{ "name": "shane", "emailAddress":null, "id": 12345, "securityPattern": [ 1, 2, 3, 4, 5, 6 ] }

All the best!