Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个需要解析 json 字符串的内核模块,我想知道 linux 内核是否提供任何 API 来执行此操作,我现在处理它的方式是将 JSMN 端口写入 linux 内核但我认为这不是一种优雅的方式,所以有什么更优雅的方式吗?