<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/mjson/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/mjson/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 10 Mar 2009 17:07:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mjson/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Escaped string is not parsed into unescaped format</title><link>https://sourceforge.net/p/mjson/feature-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i.e {"text":"\r\ntest"}&lt;br /&gt;
it gives me this output:&lt;br /&gt;
&amp;gt; STRING: text&lt;br /&gt;
&amp;gt; &amp;gt; STRING: \r\ntest&lt;/p&gt;
&lt;p&gt;But other implementations normally will unescape it, and it is more efficient to unecape it during the process of parsing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jerry_king_iq</dc:creator><pubDate>Tue, 10 Mar 2009 17:07:23 -0000</pubDate><guid>https://sourceforge.neta963e2cfd7a1cf5640cfaea0f518fd6df8f14c53</guid></item><item><title>ANSI compliant C?</title><link>https://sourceforge.net/p/mjson/feature-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Do you wish for MJSON to be ANSI compliant?   If so, its not currently. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;A couple issues I saw:&lt;br /&gt;
Use of // for comments.   GCC allows this, ANSI does not.&lt;br /&gt;
Local variables being declared after the start of a scope block.&lt;/p&gt;
&lt;p&gt;The following lines with the current release (0.5) are in error (mostly due to variables being declared mid block)&lt;/p&gt;
&lt;p&gt;"json.c", line 56.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 86.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 246.9: 1506-275 (S) Unexpected text 'enum' encountered.&lt;br /&gt;
"json.c", line 249.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 270.9: 1506-275 (S) Unexpected text 'int' encountered.&lt;br /&gt;
"json.c", line 329.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 331.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 333.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 334.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 632.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 634.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 635.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 636.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 661.25: 1506-275 (S) Unexpected text 'char' encountered.&lt;br /&gt;
"json.c", line 821.25: 1506-275 (S) Unexpected text 'char' encountered.&lt;br /&gt;
"json.c", line 1185.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 1186.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 2182.17: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 3076.9: 1506-275 (S) Unexpected text 'enum' encountered.&lt;br /&gt;
"json.c", line 3095.9: 1506-046 (S) Syntax error.&lt;br /&gt;
"json.c", line 4535.9: 1506-046 (S) Syntax error.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Corey Stup</dc:creator><pubDate>Tue, 06 Nov 2007 22:55:43 -0000</pubDate><guid>https://sourceforge.neta8d5e55b218b45609b47bd2c5008d2f1a47df5ca</guid></item></channel></rss>