A minimalistic human-readable serialisation format parser for an embedded system

前端 未结 2 1909
甜味超标
甜味超标 2021-02-06 00:26

By \"human-readable serialisation format\" I mean YAML, JSON, INI or like. Please note, XML is too verbose and too i

2条回答
  •  萌比男神i
    2021-02-06 00:36

    http://igagis.github.io/stob/ might be a good option as it is very simple. Although there is no plain C library, there is C++ library.

提交回复
热议问题