<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 25 02:50:52 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/DJSON-2/DJSON-2.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[DJSON-2] Add support for encoding maps and sequences</title>
                <link>http://dev.clojure.org/jira/browse/DJSON-2</link>
                <project id="10041" key="DJSON">data.json</project>
                        <description>&lt;p&gt;Here is some trivial workaround code I&apos;ve been using:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(defn jsonable [o]
	(cond
		(map? o)
			(zipmap
				(keys o)
				(map jsonable (vals o)))
		(seq? o)
			(map jsonable o)))&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="14673">DJSON-2</key>
            <summary>Add support for encoding maps and sequences</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="4" iconUrl="http://dev.clojure.org/jira/images/icons/priority_minor.gif">Minor</priority>
                    <status id="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="2">Declined</resolution>
                                <assignee username="-1">Unassigned</assignee>
                                <reporter username="tal.liron">Tal Liron</reporter>
                        <labels>
                    </labels>
                <created>Fri, 7 Oct 2011 14:16:54 -0500</created>
                <updated>Wed, 7 Mar 2012 07:59:48 -0600</updated>
                    <resolved>Wed, 7 Mar 2012 07:59:48 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26974" author="stuart.sierra" created="Fri, 14 Oct 2011 08:38:57 -0500"  >&lt;p&gt;I don&apos;t understand. Maps and sequences have always been supported:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;user=&amp;gt; (json-str {:a 1 :b 2})
&lt;span class=&quot;code-quote&quot;&gt;&quot;{\&quot;&lt;/span&gt;a\&lt;span class=&quot;code-quote&quot;&gt;&quot;:1,\&quot;&lt;/span&gt;b\&lt;span class=&quot;code-quote&quot;&gt;&quot;:2}&quot;&lt;/span&gt;
user=&amp;gt; (json-str (range 5))
&lt;span class=&quot;code-quote&quot;&gt;&quot;[0,1,2,3,4]&quot;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>