Copy a JSON object to your clipboard, then right click in the editor and select "Paste JSON as Class" You have to install the NuGet package Newtonsoft.Json to utilize the JsonProperty Copy entire object from anywhere including brackets { }
Right click where you want to paste the C# class Result Change the name "Root" to your class name
|