<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Format JSON in vim using Python&#8217;s json.tool module</title>
	<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 19 May 2012 15:19:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Harm</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-29237</link>
		<author>Harm</author>
		<pubDate>Thu, 23 Feb 2012 16:03:10 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-29237</guid>
		<description>@Adrian:
It still ate the colon and percentage sign. These should be prefixed in front of the exclamation mark.</description>
		<content:encoded><![CDATA[<p>@Adrian:<br />
It still ate the colon and percentage sign. These should be prefixed in front of the exclamation mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RealNitro</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23652</link>
		<author>RealNitro</author>
		<pubDate>Thu, 29 Sep 2011 21:45:15 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23652</guid>
		<description>Adrian: thx for the tip!</description>
		<content:encoded><![CDATA[<p>Adrian: thx for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Rollett</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23649</link>
		<author>Adrian Rollett</author>
		<pubDate>Thu, 29 Sep 2011 19:36:56 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23649</guid>
		<description>Ugh, the dog ate my html - should be:


" format JSON
map &#60;Leader&#62;j !python -m json.tool&#60;CR&#62;
</description>
		<content:encoded><![CDATA[<p>Ugh, the dog ate my html - should be:</p>
<p>&#8221; format JSON<br />
map &lt;Leader&gt;j !python -m json.tool&lt;CR&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Rollett</title>
		<link>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23648</link>
		<author>Adrian Rollett</author>
		<pubDate>Thu, 29 Sep 2011 19:35:22 +0000</pubDate>
		<guid>http://blog.realnitro.be/2010/12/20/format-json-in-vim-using-pythons-jsontool-module/#comment-23648</guid>
		<description>thanks for the post! I added the following to my .vimrc, and now all I have to do to format JSON is select it in visual mode and hit \-j:

" format JSON
map j !python -m json.tool
</description>
		<content:encoded><![CDATA[<p>thanks for the post! I added the following to my .vimrc, and now all I have to do to format JSON is select it in visual mode and hit \-j:</p>
<p>&#8221; format JSON<br />
map j !python -m json.tool</p>
]]></content:encoded>
	</item>
</channel>
</rss>

