c# - How to show the "paste Json class" in visual studio 2012 when clicking on Paste Special? -


i trying use past special feature in vs 2012 in order generate c# class json data. downloaded json.new newtonsoft nuget , added new .cs class copied json data clipboard when go edit-> paste special --> can see: paste xml classes paste json classes feature not showing. suggestions? in advance

this getting , please note have installed newtonsoft.json already:

http://icms.indevcogroup.com/uploads/untitled.png

i created new project, installed newtonsoft.json , added class.

if have class file open, copy json data , choose edit -> paste special see both options:

paste special json option

if have other kind of file open (e.g. app.config), see "paste json as classes" (and it's greyed out)

paste special - 1 option , greyed out

it seem bit flaky though - had recopy data before show up.

try a) recopying data b) playing around windows you've got open c) reinstalling extension


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -

android - send complex objects as post php java -