C 读写 JSON 的代码示例,基于 cJSON 和 yyjson。
cJSON:Release 1.7.16
yyjson:Release 0.7.0
Test Json
1 | { |
CJson
读
1 |
|
写
1 |
|
yyjson
读
1 |
|
写
1 |
|
源码
1 | wget https://www.easywang.site/resources/C-Json/c_json_example -O c_json_example.tar.gz |
C 读写 JSON 的代码示例,基于 cJSON 和 yyjson。
cJSON:Release 1.7.16
yyjson:Release 0.7.0
1 | { |
1 | #include "cJSON.h" |
1 | #include "cJSON.h" |
1 | #include "yyjson.h" |
1 | #include "yyjson.h" |
1 | wget https://www.easywang.site/resources/C-Json/c_json_example -O c_json_example.tar.gz |
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true