Merge pull request #2647 from shaymolcho/master

Ensure consistency by adding missing period in README
This commit is contained in:
Vinta Chen 2026-01-08 15:31:07 +08:00 committed by GitHub
commit 1054db4b5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -944,7 +944,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
## Serialization
*Libraries for serializing complex data types*
*Libraries for serializing complex data types.*
* [marshmallow](https://github.com/marshmallow-code/marshmallow) - A lightweight library for converting complex objects to and from simple Python datatypes.
* [pysimdjson](https://github.com/TkTech/pysimdjson) - A Python bindings for [simdjson](https://github.com/lemire/simdjson).