> For the complete documentation index, see [llms.txt](https://racoon-js.gitbook.io/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://racoon-js.gitbook.io/zh/master.md).

# Introduction

## `racoon-js` 是什么？

`racoon-js` 是一款极轻量级的 JS 工具库，用于 JSON 数据格式合法性校验，同时兼容浏览器和 Node 端。

## ✨特性

* 🌈  支持完整的数据类型。
* ❄️  可灵活定义数据格式`schema` , 支持 Object 任意层属性嵌套。
* 🔗  支持链式调用，且无需关注调用顺序。

## 兼容环境

* 现代浏览器和 IE10
* Node 0.1 及以上
* electron

兼容一切实现 es5 的环境。
