New Post: Can the fiddler2 viewer be added to the request packet inspector
I would like to second this request. As an RIA developer, most of my outgoing requests are json encoded RPC packets. It would be VERY useful if Json Viewer could inspect POST/PUT content for json data...
View ArticleNew Post: Can the fiddler2 viewer be added to the request packet inspector
Hey guys,I third this request but took it upon myself to actually download the source code and create Request version of this plugin. Â I've tested it and it works great. Â Would it be possible for one...
View ArticleNew Post: Can the fiddler2 viewer be added to the request packet inspector
Thank you so much for that contribution, I started down a path to do the same thing and during my research found this post!
View ArticleNew Post: New fork of project
I have created a fork of this project on github to hold my patches since eyalp has not logged into codeplex for a while and I have been unable to contact...
View ArticleNew Post: New fork of project
It seems Eyalp has released a new version of this software so I no longer continue to maintain my port.
View ArticleNew Post: VS2012 .NET 4.0 Unhandled Exception
Unblocked dll's and also tried to copy JsonViewer.dll.config from 1.1 release into IDE folder. System.InvalidCastException: Unable to cast object of type 'EPocalipse.Json.Visualizer.JsonVisualizer' to...
View ArticleNew Post: VS2012 .NET 4.0 Unhandled Exception with Vizualizer
Anyone successfully have this working with 2012 RTM?
View ArticleNew Post: Covert results to string
Is there anyway to take a raw json input and simply copy it to a string that can be manipulated within Visual Studio? { "OpenSalesContracts": [], "OpenPurchaseContracts": [], "MatchedSalesContracts": [...
View ArticleNew Post: VS2012 .NET 4.0 Unhandled Exception with Vizualizer
I've got the same exception. Did you get it to work?
View ArticleNew Post: Could not load hosting dll.
Hi, I'd really like to try this in VS 2012 running on Win 8. I installed per instructions and although the JSON viewer shows up in the context menu during a debugging session, if I select it I get a...
View ArticleNew Post: I just converted the project to use the latest JSON.NET (lots of...
This code is way out of date when it comes to JSON.NET with at least 5 classes renamed and such, if anybody wants a version of this that runs with the latest everything in .NET 4.0 reply here and I'll...
View ArticleNew Post: I just converted the project to use the latest JSON.NET (lots of...
One more thing, when building the tree if you do this: private void VisualizeJsonTree(JsonObjectTree tree) { tvJson.BeginUpdate(); // suspend AddNode(tvJson.Nodes, tree.Root); JsonViewerTreeNode node =...
View ArticleNew Post: I just converted the project to use the latest JSON.NET (lots of...
I would like to try the latest version. Thanks.
View ArticleNew Post: I just converted the project to use the latest JSON.NET (lots of...
Please post it on Github I really need it... You are the best man!
View ArticleNew Post: I just converted the project to use the latest JSON.NET (lots of...
pls post the latest code
View ArticleNew Post: I just converted the project to use the latest JSON.NET (lots of...
I've created a github at https://github.com/realworld666/JsonViewer but its just a clone of the current version. Contributions welcome
View Article