<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/mjson/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/mjson/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/mjson/feature-requests/</id><updated>2009-03-10T17:07:23Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Escaped string is not parsed into unescaped format</title><link href="https://sourceforge.net/p/mjson/feature-requests/2/" rel="alternate"/><published>2009-03-10T17:07:23Z</published><updated>2009-03-10T17:07:23Z</updated><author><name>jerry_king_iq</name><uri>https://sourceforge.net/u/xueliangliang/</uri></author><id>https://sourceforge.neta963e2cfd7a1cf5640cfaea0f518fd6df8f14c53</id><summary type="html">&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;</summary></entry><entry><title>ANSI compliant C?</title><link href="https://sourceforge.net/p/mjson/feature-requests/1/" rel="alternate"/><published>2007-11-06T22:55:43Z</published><updated>2007-11-06T22:55:43Z</updated><author><name>Corey Stup</name><uri>https://sourceforge.net/u/cstup/</uri></author><id>https://sourceforge.neta8d5e55b218b45609b47bd2c5008d2f1a47df5ca</id><summary type="html">&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;</summary></entry></feed>