TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built a JSON and JSON5 parser with MISRA C conformance

6 点作者 hgs32 个月前
Hello everyone. I built Judo: a JSON(5) parser with MISRA C conformance.<p>For those who don&#x27;t know, JSON5 is an unofficial extension of JSON that incorporates features from ECMAScript 5.1 (ES5). I designed Judo to be customizable, so you can stick with standard JSON if you&#x27;d prefer.<p>About me: I&#x27;m a solo developer and I quit my Big Corp job to pursue my passion for software development. Judo is my 5th commercial release.

2 条评论

thebruce87m2 个月前
I feel like the Venn diagram of people who need a MISRA JSON parser and the people who can use a AGPL-3.0 library in their (probably) embedded product has no overlap - who is the target for this?
评论 #43327832 未加载
jbreckmckye2 个月前
Really interesting, I wonder how fast this parser is.<p>What are the contexts where I need a MISRA C package for parsing JSON? Just embedded systems or can you see a wider usecase?
评论 #43309088 未加载