Skip to content

Commit 4631c83

Browse files
committed
Update README.md
1 parent 4723b84 commit 4631c83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,9 @@ JSONPath path = JSONPath.of("$.id"); // 缓存起来重复使用能提升性能
405405
JSONReader parser = JSONReader.ofJSONB(bytes); // 注意这里使用ofJSONB方法
406406
Object result = path.extract(parser);
407407
```
408+
409+
## Star History
410+
411+
412+
[![Star History Chart](https://api.star-history.com/svg?repos=alibaba/fastjson2&type=Date)](https://star-history.com/#alibaba/fastjson2)
413+

0 commit comments

Comments
 (0)