<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Parser on SoloSoft</title><link>https://www.solosoft.dev/tags/parser/</link><description>Recent content in Parser on SoloSoft</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 01 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.solosoft.dev/tags/parser/index.xml" rel="self" type="application/rss+xml"/><item><title>JSON Repair: Fix Malformed JSON Automatically</title><link>https://www.solosoft.dev/post/jsonrepair-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/jsonrepair-2026/</guid><description>&lt;p&gt;Few things are as frustrating as receiving malformed JSON from an API, a configuration file, or a data export. The error messages are often cryptic, and manually fixing the JSON in a large file is tedious and error-prone. &lt;strong&gt;JSON Repair&lt;/strong&gt; (josdejong/jsonrepair on GitHub) solves this problem by providing a JavaScript library that automatically detects and fixes common JSON formatting errors.&lt;/p&gt;
&lt;p&gt;Created by Jos de Jong &amp;ndash; the same developer behind math.js &amp;ndash; JSON Repair has become an essential utility in the JavaScript ecosystem. It handles a comprehensive range of JSON errors: missing quotes around keys, missing quotes around string values, trailing commas in objects and arrays, missing commas between items, single quotes instead of double quotes, unescaped newlines and tabs, truncated JSON, and even concatenated JSON strings.&lt;/p&gt;</description></item><item><title>markdown-it: Fast, Extensible Markdown Parser in JavaScript</title><link>https://www.solosoft.dev/post/markdown-it-2026/</link><pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate><guid>https://www.solosoft.dev/post/markdown-it-2026/</guid><description>&lt;p&gt;Markdown has become the de facto standard for writing on the web, powering documentation, blog posts, comments, and technical communication across the internet. &lt;strong&gt;markdown-it&lt;/strong&gt; (markdown-it/markdown-it on GitHub) is the JavaScript library that powers much of this ecosystem, providing a fast, extensible, and spec-compliant Markdown parser for Node.js and browser environments.&lt;/p&gt;
&lt;p&gt;Developed by Vitaly Puzrin and Alex Kocharin, markdown-it has become one of the most widely used Markdown parsers in the JavaScript ecosystem, with over 20,000 GitHub stars and adoption by major platforms including VS Code, Ghost, and numerous static site generators. Its design philosophy balances strict CommonMark compliance with practical extensibility, making it suitable for both standard Markdown processing and specialized custom syntax.&lt;/p&gt;</description></item></channel></rss>