json-parser/README.md
2024-09-19 01:20:23 +08:00

11 lines
311 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

第一代 Json Parser没有参考任何资料实现了
1. 从字符串解析出 Json 对象
2. 支持 '\' 转义
3. 支持数字、字符串、布尔值、null、数组、对象
4. 支持解析出错时返回错误信息
暂未支持的功能:
1. 不支持解析 '\uXXXX' 形式的 Unicode 字符