Skip to content

Commit 4197c42

Browse files
committed
adding citation section
1 parent 10f01ef commit 4197c42

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,23 @@ Feel free to contribute additional JSON examples by submitting pull requests. Pl
6969
- Examples represent real-world use cases where possible
7070
- Sensitive or personal data is not included
7171

72+
## Citation
73+
74+
If you use this dataset in research or a publication, please cite it.
75+
76+
77+
Example BibTeX entry:
78+
79+
```bibtex
80+
@misc{simdjson-data,
81+
title = {{simdjson-data: A collection of JSON example files}},
82+
author = {Daniel Lemire},
83+
year = {2025},
84+
howpublished = {\url{https://github.com/simdjson/simdjson-data}}
85+
}
86+
```
87+
88+
7289
## License
7390

7491
This repository is provided for educational and testing purposes. Please check individual files for any specific licensing information.

0 commit comments

Comments
 (0)