Json2CSharp / Json2CSharpCodeGenerator

Microsoft Reciprocal License
305 stars 83 forks source link

It would be great if it added references to the created class. #111

Open yhackup opened 11 months ago

yhackup commented 11 months ago

It would be great if it added references to the created class.

using Newtonsoft.Json;
using System.Text.Json.Serialization;
// if  there is List<>
using System.Collections.Generic;

image

yhackup commented 11 months ago

if there is Datetime property
using System;