用于嵌入式系统的简约人类可读序列化格式解析器

编程入门 行业动态 更新时间:2024-10-25 15:33:08
本文介绍了用于嵌入式系统的简约人类可读序列化格式解析器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

人类可读的序列化格式"我的意思是 YAML、JSON、INI 等.请注意,XML 对于我的目的来说太冗长而且太不方便了,所以让我们把它放在最后吧.

By "human-readable serialisation format" I mean YAML, JSON, INI or like. Please note, XML is too verbose and too inconvenient for my purposes, so let's leave it alone as the last resort.

该格式应将数据存储为命名键-值" 对,并允许嵌套和数组.不过,没有数组并不重要.此外,类型感知(不仅能够以纯字符串形式返回数据的能力)也受到高度赞赏.

The format should store the data as "named key -- value" pairs and allow for nesting and arrays. Absence of arrays is not critical, though. Also, type-awareness (ability to return data not only as plain strings) is highly appreciated.

我真正需要的是一个纯 C 库,它提供了一个用于解析数据的 API(编码是可选的并且不太重要).当为 ARM7 编译时,它必须适合大约 16-20 KiB.

What I need exactly is a pure C library, which provides an API for parsing data (encoding is optional and of lesser importance). It must fit into somewhat about 16-20 KiB, when compiled for ARM7.

我在 Google 和 wiki 上搜索过,但找不到满足上述所有要求的工件.

I've googled and wikied around, but couldn't find an artifact satisfying all the above requirements.

推荐答案

我找到了 Jansson回来,它可能符合您的要求.

I found Jansson a while back and it might fit your requirements.

更多推荐

用于嵌入式系统的简约人类可读序列化格式解析器

本文发布于:2023-11-11 06:30:27,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1577634.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:简约   嵌入式系统   可读   人类   格式

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!