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
- Host: GitHub
- URL: https://github.com/prashantvc/specialcopy
- Owner: prashantvc
- Created: 2014-04-30T17:07:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T18:46:59.000Z (over 9 years ago)
- Last Synced: 2025-04-02T22:23:20.732Z (about 1 year ago)
- Language: C#
- Size: 819 KB
- Stars: 21
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpecialCopy
=========================
An Addin for Monodevelop/Xamarin studio to paste json string as C# classes

## 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.

## 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_