We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f01ef commit 4197c42Copy full SHA for 4197c42
1 file changed
README.md
@@ -69,6 +69,23 @@ Feel free to contribute additional JSON examples by submitting pull requests. Pl
69
- Examples represent real-world use cases where possible
70
- Sensitive or personal data is not included
71
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
89
## License
90
91
This repository is provided for educational and testing purposes. Please check individual files for any specific licensing information.
0 commit comments