ex
Fork of mbed-os-example-mbed5-blinky by
dumi_doc-master/schema/README.md
- Committer:
- TMBOY
- Date:
- 2017-07-18
- Revision:
- 44:c1d8923072ba
File content as of revision 44:c1d8923072ba:
### 安装ajv命令行工具(基于node) ###
* 先要安装node,推荐使用[NVM](https://github.com/creationix/nvm/blob/master/README.markdown)进行安装
* 安装ajv命令行
```shell
npm install -g ajv-cli
```
* 执行test.sh跑测试的数据
### php库 ###
用到了这个第三方库 [PHP implementation of JSON schema](https://github.com/justinrainbow/json-schema)
* 推荐先装composer
```shell
composer require justinrainbow/json-schema
```
* 示例程序是test.php
### C++库 ###
待调研,还没空,可参考 [http://json-schema.org/](http://json-schema.org/)
