We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4723b84 commit 4631c83Copy full SHA for 4631c83
README.md
@@ -405,3 +405,9 @@ JSONPath path = JSONPath.of("$.id"); // 缓存起来重复使用能提升性能
405
JSONReader parser = JSONReader.ofJSONB(bytes); // 注意这里使用ofJSONB方法
406
Object result = path.extract(parser);
407
```
408
+
409
+## Star History
410
411
412
+[](https://star-history.com/#alibaba/fastjson2)
413
0 commit comments