Json2CSharp / Json2CSharpCodeGenerator

Microsoft Reciprocal License
292 stars 81 forks source link

Storing Address wrong. #72

Closed whyn0thax closed 2 years ago

whyn0thax commented 2 years ago

Basically i was trying to Convert a json to C#, and i got a postcode, it should be a string and randomly got made into a int, that doesnt work due to Addresses or Postcodes always beeing Stored as a string.

Idk if its an error or wanted that way, it doesnt work like that tho.

Greetings

Json2CSharp commented 2 years ago

can you please post the json example so I can understand why it converted it to int

Json2CSharp commented 2 years ago

I will close this and if anything you can reopen the issue and provide the json example input and expected output