<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>JsonViewer Work Item Rss Feed</title><link>http://www.codeplex.com/JsonViewer/WorkItem/List.aspx</link><description>JsonViewer Work Item Rss Description</description><item><title>Commented Issue: Wrong cursor position when I input something in the Text tab page of JSON viewer [22298]</title><link>http://jsonviewer.codeplex.com/workitem/22298</link><description>I want to input some JSON string in the Text tab page of JSON viewer. However, the cursor position is always 0.&lt;br /&gt;Comments: ** Comment from web user: firecola ** &lt;p&gt;  change the Json property set method code in JSView.cs like below to fix this bug.&lt;br /&gt;  public string Json&lt;br /&gt;        &amp;#123;&lt;br /&gt;            get&lt;br /&gt;            &amp;#123;&lt;br /&gt;                return _json&amp;#59;&lt;br /&gt;            &amp;#125;&lt;br /&gt;            set&lt;br /&gt;            &amp;#123;&lt;br /&gt;                if &amp;#40;_json &amp;#33;&amp;#61; value&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    _json &amp;#61; value.Trim&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                    if&amp;#40;value&amp;#33;&amp;#61;txtJson.Text&amp;#41;&lt;br /&gt;                        txtJson.Text &amp;#61; _json&amp;#59;&lt;br /&gt;                    Redraw&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;                &amp;#125;&lt;br /&gt;            &amp;#125;&lt;br /&gt;        &amp;#125;&lt;/p&gt;</description><author>firecola</author><pubDate>Wed, 22 Aug 2012 09:32:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Wrong cursor position when I input something in the Text tab page of JSON viewer [22298] 20120822093206A</guid></item><item><title>Commented Issue: Incorrect handling of escaped characters \u four-hex-digits [11707]</title><link>http://jsonviewer.codeplex.com/workitem/11707</link><description>When a JSON string contains an escaped character the output both in terms of the &amp;#34;text formatting&amp;#34; and within the &amp;#34;viewer&amp;#34; is incorrectly displayed.&lt;br /&gt;&lt;br /&gt;For example with the following JSON input&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;value&amp;#34;&amp;#58;&amp;#34;15.90&amp;#34;,&amp;#34;currency&amp;#34;&amp;#58;&amp;#34;GBP&amp;#34;,&amp;#34;display&amp;#34;&amp;#58;&amp;#34;&amp;#92;u00a315.90&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;The following value is expected for &amp;#34;display&amp;#34;&amp;#58;&lt;br /&gt;&amp;#163;15.90&lt;br /&gt;&lt;br /&gt;The actual &amp;#40;incorrect&amp;#41; output is&amp;#58;&lt;br /&gt;00a315.90&lt;br /&gt;&lt;br /&gt;This occurs both within the standalone viewer and the Fiddler add-on.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dean.&lt;br /&gt;Comments: ** Comment from web user: blademf ** &lt;p&gt;Yes, the same happens when JSON contains cyrillic characters. Very annoying.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Vladi&lt;/p&gt;</description><author>blademf</author><pubDate>Wed, 25 Apr 2012 16:48:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Incorrect handling of escaped characters \u four-hex-digits [11707] 20120425044851P</guid></item><item><title>Commented Issue: Support for Fiddler 2.2 [17421]</title><link>http://jsonviewer.codeplex.com/workitem/17421</link><description>Hey,&lt;br /&gt;&lt;br /&gt;Does this tool have support for Fiddler 2.2 &lt;br /&gt;I downloaded this tool and did the updates for Fiddler as per readme file and Fiddler fails when loading saying it cant find JsonViewer.dll.config file even though it is there&amp;#63;&lt;br /&gt;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Comments: ** Comment from web user: Markis ** &lt;p&gt;Answer is on front page, read instructions&amp;#33;  &lt;br /&gt;fiddler.exe.config &lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;  &amp;#60;runtime&amp;#62;&lt;br /&gt;  &amp;#9;  &amp;#60;assemblyBinding xmlns&amp;#61;&amp;#34;urn&amp;#58;schemas-microsoft-com&amp;#58;asm.v1&amp;#34;&amp;#62;&lt;br /&gt;       &amp;#60;probing privatePath&amp;#61;&amp;#34;Inspectors&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9; &amp;#60;&amp;#47;assemblyBinding&amp;#62;&lt;br /&gt;    &amp;#60;generatePublisherEvidence enabled&amp;#61;&amp;#34;false&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;runtime&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62; &lt;/p&gt;</description><author>Markis</author><pubDate>Thu, 29 Mar 2012 14:36:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support for Fiddler 2.2 [17421] 20120329023610P</guid></item><item><title>Commented Issue: Support for Fiddler 2.2 [17421]</title><link>http://jsonviewer.codeplex.com/workitem/17421</link><description>Hey,&lt;br /&gt;&lt;br /&gt;Does this tool have support for Fiddler 2.2 &lt;br /&gt;I downloaded this tool and did the updates for Fiddler as per readme file and Fiddler fails when loading saying it cant find JsonViewer.dll.config file even though it is there&amp;#63;&lt;br /&gt;&lt;br /&gt;Any ideas&amp;#63;&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Comments: ** Comment from web user: Markis ** &lt;p&gt; &amp;#60;assemblyBinding&amp;#62; in the &amp;#60;runtime&amp;#62; config, seemed to work&amp;#63; Where did you set this up. Can you be more specific.&lt;/p&gt;</description><author>Markis</author><pubDate>Thu, 29 Mar 2012 14:28:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Support for Fiddler 2.2 [17421] 20120329022849P</guid></item><item><title>Created Issue: Wrong cursor position when I input something in the Text tab page of JSON viewer [22298]</title><link>http://jsonviewer.codeplex.com/workitem/22298</link><description>I want to input some JSON string in the Text tab page of JSON viewer. However, the cursor position is always 0.&lt;br /&gt;</description><author>peanut_sei</author><pubDate>Mon, 27 Feb 2012 08:20:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Wrong cursor position when I input something in the Text tab page of JSON viewer [22298] 20120227082006A</guid></item><item><title>Commented Issue: Parsing of the Date format returned by WCF webHttp Binding [19088]</title><link>http://jsonviewer.codeplex.com/workitem/19088</link><description>When you make a json service in WCF DateTime values get serialized like so&amp;#58;&lt;br /&gt;&lt;br /&gt;SomeDate &amp;#58; &amp;#34;&amp;#47;Date&amp;#40;1289779200000&amp;#41;&amp;#47;&amp;#34;&lt;br /&gt;&lt;br /&gt;If the tree based JSON viewer parsed that and returned a date it would be useful.&lt;br /&gt;Comments: ** Comment from web user: DNice_1 ** &lt;p&gt;That link no longer works - is there a new one&amp;#63;  I am having the same issue.  Thanks&amp;#33;&lt;/p&gt;</description><author>DNice_1</author><pubDate>Thu, 19 Jan 2012 00:02:17 GMT</pubDate><guid isPermaLink="false">Commented Issue: Parsing of the Date format returned by WCF webHttp Binding [19088] 20120119120217A</guid></item><item><title>Commented Issue: Error when trying in VS2008 [13557]</title><link>http://jsonviewer.codeplex.com/workitem/13557</link><description>I get the following error, has anyone got this running in VS2008 yet&amp;#63;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;System.InvalidCastException&amp;#58; Unable to cast object of type &amp;#39;EPocalipse.Json.Visualizer.JsonVisualizer&amp;#39; to type &amp;#39;Microsoft.VisualStudio.DebuggerVisualizers.DialogDebuggerVisualizer&amp;#39;.&lt;br /&gt;   at Microsoft.VisualStudio.DebuggerVisualizers.DebugViewerShim.ManagedShim.DelegatedHost.CreateViewer&amp;#40;IntPtr hwnd, HostServicesHelper hsh, SafeProxyWrapper proxy&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: Jim_Johnson ** &lt;p&gt;I had a similar error.&lt;/p&gt;&lt;p&gt;I got the plugin working &amp;#34;unblocking&amp;#34; the MyDocuments&amp;#92;Visual Studio 2010&amp;#92;Visualizers&amp;#92;JsonVisualizer.dll in the file properties dialog box in windows explorer.&lt;/p&gt;&lt;p&gt;Windows automatically blocks executables downloaded from the internet. Which causes an error to be thrown when trying to load the plugin in visual studio&lt;/p&gt;</description><author>Jim_Johnson</author><pubDate>Thu, 20 Oct 2011 15:05:32 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error when trying in VS2008 [13557] 20111020030532P</guid></item><item><title>Created Issue: Enhance the file type filter in the JSON Viewer Open file dialog [21310]</title><link>http://jsonviewer.codeplex.com/workitem/21310</link><description>The majority of my JSON files use the standard &amp;#42;.json extension. Every time I go to open one, I have to change the file type filter from the default &amp;#34;Yahoo&amp;#33; Pipe files &amp;#40;&amp;#42;.run&amp;#41;&amp;#34; to &amp;#34;json files &amp;#40;&amp;#42;.json&amp;#41;&amp;#34; which gets annoying after a while&amp;#33; &amp;#58;&amp;#41;&lt;br /&gt;&lt;br /&gt;It would be good if the Open dialog &amp;#34;remembered&amp;#34; the previously-selected file type filter &amp;#38; pre-selected it upon subsequent opens. It would be GREAT if the dialog could either default to &amp;#42;.json &amp;#40;since this is the standard JSON extension&amp;#41;, or &amp;#34;All files &amp;#40;&amp;#42;.&amp;#42;&amp;#41;&amp;#34; &amp;#40;so that users will filter only if needed&amp;#41; OR a brand new filter value that combines all known JSON file types eg. &amp;#34;All JSON files &amp;#40;&amp;#42;.run, &amp;#42;.json&amp;#41;&amp;#34;.&lt;br /&gt;</description><author>Slabsy</author><pubDate>Sat, 06 Aug 2011 01:09:48 GMT</pubDate><guid isPermaLink="false">Created Issue: Enhance the file type filter in the JSON Viewer Open file dialog [21310] 20110806010948A</guid></item><item><title>Created Issue: Make JSON Viewer remember the location of the last opened file [21309]</title><link>http://jsonviewer.codeplex.com/workitem/21309</link><description>I&amp;#39;ll often use the &amp;#40;great&amp;#33;&amp;#41; standalone JSON Viewer to open multiple files that sit in the same directory. Unfortunately, the tool always defaults the Open dialog to its root directory, so I have to navigate back to my JSON files every time.&lt;br /&gt;&lt;br /&gt;It would be great if the tool could &amp;#34;remember&amp;#34; the last location that it opened a file from. This would save a lot of time.&lt;br /&gt;</description><author>Slabsy</author><pubDate>Sat, 06 Aug 2011 00:48:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Make JSON Viewer remember the location of the last opened file [21309] 20110806124859A</guid></item><item><title>Commented Issue: Add Fiddler Request Viewer [20231]</title><link>http://jsonviewer.codeplex.com/workitem/20231</link><description>The current version &amp;#40;v1.1, Jul 2 2007&amp;#41; of the plugin for Fiddler allows viewing JSON in the response, but not in the request.  Often it&amp;#39;s common for web apps to post JSON to the server in the request, and then receive JSON back from the server in reply.  It would be very helpful if the Fiddler plugin provided the JSON viewer for request data in addition to the response data.&lt;br /&gt;Comments: ** Comment from web user: zippy1981 ** &lt;p&gt;Eyalp,&lt;/p&gt;&lt;p&gt;I really do appreciate the new release of JSON Viewer that incorporated a request inspector. Would you please find the time to close this request&amp;#63;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Justin Dearing&lt;/p&gt;</description><author>zippy1981</author><pubDate>Thu, 28 Jul 2011 15:02:51 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add Fiddler Request Viewer [20231] 20110728030251P</guid></item><item><title>Created Issue: Add an Out-JsonViewer powershell commandlet [20454]</title><link>http://jsonviewer.codeplex.com/workitem/20454</link><description>Hi, basically I&amp;#39;m looking for a powershell cmdlet that does the following&amp;#58;&lt;br /&gt;&lt;br /&gt;1. When given a string, parses it as JSON and displays it in a winform similar to Out-GridView using the JsonViewer control.&lt;br /&gt;2. When given a non-string, serialize it as JSON and displays it in a winformform similar to Out-GridView using the JsonViewer control.&lt;br /&gt;</description><author>zippy1981</author><pubDate>Fri, 08 Apr 2011 13:43:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Add an Out-JsonViewer powershell commandlet [20454] 20110408014334P</guid></item><item><title>Commented Issue: get json from url [19781]</title><link>http://jsonviewer.codeplex.com/workitem/19781</link><description>Click file-&amp;#62;open url to get a dialog for entering a url to retrieve json from&lt;br /&gt;Comments: ** Comment from web user: zippy1981 ** &lt;p&gt;Can&amp;#59;t you do this by selecting File&amp;#124;Open&amp;#63;&lt;/p&gt;</description><author>zippy1981</author><pubDate>Thu, 07 Apr 2011 11:45:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: get json from url [19781] 20110407114554A</guid></item><item><title>Created Issue: Add Fiddler Request Viewer [20231]</title><link>http://jsonviewer.codeplex.com/workitem/20231</link><description>The current version &amp;#40;v1.1, Jul 2 2007&amp;#41; of the plugin for Fiddler allows viewing JSON in the response, but not in the request.  Often it&amp;#39;s common for web apps to post JSON to the server in the request, and then receive JSON back from the server in reply.  It would be very helpful if the Fiddler plugin provided the JSON viewer for request data in addition to the response data.&lt;br /&gt;</description><author>TechJedi</author><pubDate>Mon, 14 Mar 2011 20:49:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Add Fiddler Request Viewer [20231] 20110314084906P</guid></item><item><title>Created Issue: get json from url [19781]</title><link>http://jsonviewer.codeplex.com/workitem/19781</link><description>Click file-&amp;#62;open url to get a dialog for entering a url to retrieve json from&lt;br /&gt;</description><author>av_ster</author><pubDate>Fri, 21 Jan 2011 04:44:28 GMT</pubDate><guid isPermaLink="false">Created Issue: get json from url [19781] 20110121044428A</guid></item><item><title>Created Issue: Viewer strips decimals [19330]</title><link>http://jsonviewer.codeplex.com/workitem/19330</link><description>When I copy and paste a value with a decimal value like &amp;#34;10.0&amp;#34;, JSON viewer format strips the &amp;#34;.0&amp;#34; and shows it as &amp;#34;10&amp;#34;. Is there a way to change this behavior in the config file&amp;#63;&lt;br /&gt;</description><author>whataboutbob</author><pubDate>Sat, 18 Dec 2010 01:23:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Viewer strips decimals [19330] 20101218012337A</guid></item><item><title>Commented Issue: Parsing of the Date format returned by WCF webHttp Binding [19088]</title><link>http://jsonviewer.codeplex.com/workitem/19088</link><description>When you make a json service in WCF DateTime values get serialized like so&amp;#58;&lt;br /&gt;&lt;br /&gt;SomeDate &amp;#58; &amp;#34;&amp;#47;Date&amp;#40;1289779200000&amp;#41;&amp;#47;&amp;#34;&lt;br /&gt;&lt;br /&gt;If the tree based JSON viewer parsed that and returned a date it would be useful.&lt;br /&gt;Comments: ** Comment from web user: zippy1981 ** &lt;p&gt;This seems to be the &amp;#34;MSAJAX format.&amp;#34; An initial fix is available at&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;zippy1981&amp;#47;JsonViewer&amp;#47;commit&amp;#47;a43a6c34acc4e43bba5923db8c7f73bdc8ee40ea&lt;/p&gt;</description><author>zippy1981</author><pubDate>Sat, 27 Nov 2010 06:10:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Parsing of the Date format returned by WCF webHttp Binding [19088] 20101127061022A</guid></item><item><title>Commented Issue: Make viewer a request as well as response inspector [19170]</title><link>http://jsonviewer.codeplex.com/workitem/19170</link><description>I have a WCF webservice with a JSON endpoint I talk to via ajax calls. As such the request is a post request with a JSON body. Therefore, being able to view the request and response as JSON objects would be quite helpful.&lt;br /&gt;Comments: ** Comment from web user: zippy1981 ** &lt;p&gt;Implemented this&amp;#58; https&amp;#58;&amp;#47;&amp;#47;github.com&amp;#47;zippy1981&amp;#47;JsonViewer&amp;#47;commit&amp;#47;fb63d8c2b6ed42c0ab949f4c22337cb4b1463179&lt;br /&gt;Screenshot&amp;#58; http&amp;#58;&amp;#47;&amp;#47;twitpic.com&amp;#47;3ado92&lt;/p&gt;</description><author>zippy1981</author><pubDate>Fri, 26 Nov 2010 16:08:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Make viewer a request as well as response inspector [19170] 20101126040854P</guid></item><item><title>Created Issue: Make viewer a request as well as response inspector [19170]</title><link>http://jsonviewer.codeplex.com/workitem/19170</link><description>I have a WCF webservice with a JSON endpoint I talk to via ajax calls. As such the request is a post request with a JSON body. Therefore, being able to view the request and response as JSON objects would be quite helpful.&lt;br /&gt;</description><author>zippy1981</author><pubDate>Thu, 25 Nov 2010 00:33:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Make viewer a request as well as response inspector [19170] 20101125123329A</guid></item><item><title>Commented Issue: Have the viewer automatically handle "Format Strip to {}" [19089]</title><link>http://jsonviewer.codeplex.com/workitem/19089</link><description>If you capture a jsonp call in fiddler, and view it with the json inspector,you have to select the text tab, push &amp;#34;Format Strip to &amp;#123;&amp;#125;&amp;#34; and then go back to the viewer tab to see the tree view. It would be nice if this was attempted automatically if the viewer tab could not parse the xml.&lt;br /&gt;Comments: ** Comment from web user: fabbrit ** &lt;p&gt;I totally agree.&lt;/p&gt;</description><author>fabbrit</author><pubDate>Fri, 12 Nov 2010 20:41:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Have the viewer automatically handle "Format Strip to {}" [19089] 20101112084113P</guid></item><item><title>Created Issue: Have the viewer automatically handle "Format Strip to {}" [19089]</title><link>http://jsonviewer.codeplex.com/workitem/19089</link><description>If you capture a jsonp call in fiddler, and view it with the json inspector,you have to select the text tab, push &amp;#34;Format Strip to &amp;#123;&amp;#125;&amp;#34; and then go back to the viewer tab to see the tree view. It would be nice if this was attempted automatically if the viewer tab could not parse the xml.&lt;br /&gt;</description><author>zippy1981</author><pubDate>Thu, 11 Nov 2010 23:35:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Have the viewer automatically handle "Format Strip to {}" [19089] 20101111113552P</guid></item></channel></rss>