An Addin for Monodevelop/Xamarin studio to paste json string as C# classes
You need to follow these three easy steps to install this feature on our Xamarin Studio.
- Download the add-in package from Releases
- Open Xamarin Studio -> Add-in Manager
- Click on Install from file... button and select the downloaded package to install
Once you install the add-in the Paste JSON as classes command will appear in Edit menu, that enable you to paste C# classes directly from the text in your clipboard.
Add preferences to
Convert to PascalCaseGenerate memberbs as Properties/Fields
Special thanks to the JSON C# Class Generator project