An open API service indexing awesome lists of open source software.

https://github.com/prashantvc/specialcopy

Paste JSON as C# Classes
https://github.com/prashantvc/specialcopy

Last synced: about 1 year ago
JSON representation

Paste JSON as C# Classes

Awesome Lists containing this project

README

          

SpecialCopy
=========================

An Addin for Monodevelop/Xamarin studio to paste json string as C# classes

![Image](http://i.imgur.com/7DJ8UL7.png)

## Installation
You need to follow these three easy steps to install this feature on our Xamarin Studio.

1. Download the add-in package from [Releases](https://github.com/prashantvc/SpecialCopy/releases/tag/v1.0.1)
2. Open Xamarin Studio -> Add-in Manager
3. 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.

![Imgur](http://i.imgur.com/Cmbd48u.png)

## Todo:
Add preferences to
- ~~Convert to PascalCase~~
- ~~Generate memberbs as Properties/Fields~~


-----
_Special thanks to the [JSON C# Class](http://jsonclassgenerator.codeplex.com/) Generator project_