<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JSONC support?]]></title><description><![CDATA[<p dir="auto">Is there a plan to support JSONC (JSON with comments) - see also <a href="https://changelog.com/news/jsonc-is-a-superset-of-json-which-supports-comments-6LwR" rel="nofollow ugc">https://changelog.com/news/jsonc-is-a-superset-of-json-which-supports-comments-6LwR</a></p>
<p dir="auto"><strong>Visual Studio Code</strong> already supports it but it would be nice to have it in <strong>NP++</strong> as well.</p>
<p dir="auto">–hfrmobile</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23600/jsonc-support</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 05:40:53 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23600.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Oct 2022 14:21:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to JSONC support? on Fri, 28 Oct 2022 00:22:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/harald-ren%C3%A9-flasch" aria-label="Profile: Harald-René-Flasch">@<bdi>Harald-René-Flasch</bdi></a> Now is as good a time as any to make a shameless plug of my <a href="https://github.com/molsonkiko/JsonToolsNppPlugin" rel="nofollow ugc">JSON Tools plugin</a>, which can parse JSONC.</p>
<p dir="auto">The <a href="https://github.com/sunjw/jstoolnpp" rel="nofollow ugc">JSTool</a> plugin is another good option with JSONC parsing ability. I assume it is better for a JavaScript developer and its tree viewer loads faster than mine, but it is a bit less feature-rich when it comes to working with pure JSON.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80944</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80944</guid><dc:creator><![CDATA[Mark Olson]]></dc:creator><pubDate>Fri, 28 Oct 2022 00:22:54 GMT</pubDate></item><item><title><![CDATA[Reply to JSONC support? on Thu, 13 Oct 2022 15:57:06 GMT]]></title><description><![CDATA[<p dir="auto">Another one:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11713" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11713</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/80552</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80552</guid><dc:creator><![CDATA[ArkadiuszMichalski]]></dc:creator><pubDate>Thu, 13 Oct 2022 15:57:06 GMT</pubDate></item><item><title><![CDATA[Reply to JSONC support? on Thu, 13 Oct 2022 15:45:40 GMT]]></title><description><![CDATA[<p dir="auto">Request exist:<br />
<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11676" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/11676</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/80551</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80551</guid><dc:creator><![CDATA[ArkadiuszMichalski]]></dc:creator><pubDate>Thu, 13 Oct 2022 15:45:40 GMT</pubDate></item><item><title><![CDATA[Reply to JSONC support? on Thu, 13 Oct 2022 15:10:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/harald-ren%C3%A9-flasch" aria-label="Profile: Harald-René-Flasch">@<bdi>Harald-René-Flasch</bdi></a> ,</p>
<p dir="auto">There is a backdoor to enable it.</p>
<p dir="auto">If you have the PythonScript plugin, running <code>editor.setProperty("lexer.json.allow.comments",1)</code> will enable that.  Or if you have the NppExec plugin, <code>SCI_SENDMSG SCI_SETPROPERTY "lexer.json.allow.comments" "1"</code> will enable that.</p>
<p dir="auto">Giving non-power-users access to that option, similar to how Notepad++ allows the user to toggle the SQL backslash-as-escape using a checkbox on <a href="https://npp-user-manual.org/docs/preferences/#language" rel="nofollow ugc">Settings &gt; Preferences &gt; Language</a>, is a good idea.  If you follow the <a href="https://community.notepad-plus-plus.org/topic/15741/faq-desk-feature-request-or-bug-report">feature request FAQ instructions</a>, you could suggest that to the developers.   This was actually discussed <a href="https://community.notepad-plus-plus.org/topic/19486/help-with-json-and-scintilla-lexer">in this forum</a> a few years back (which is where I got the NppExec command, and where I previously published the PythonScript command), but the poster at that point didn’t make the effort to put in the feature request, so no one on the development team has thought about adding it.  (The “power users” who frequent this forum weren’t as likely to make feature requests back then, because the developer gives more “weight” to requests from normal users like you than he does to “us”.  He still gives more weight to you even today, so I will ask that if you care about it, you put in that feature request.  You can even just paste the mockup that I showed in the discussion two years ago as part of your feature request.)</p>
<p dir="auto">If you do create the request, make sure you post a link to it in your reply here.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/80547</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/80547</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 13 Oct 2022 15:10:29 GMT</pubDate></item></channel></rss>