jsonutil

Crates.iojsonutil
lib.rsjsonutil
version0.2.1
created_at2025-02-03 15:20:03.383581+00
updated_at2025-06-09 19:33:57.928407+00
descriptionUtil to parse/serialize/deserialize JSON schemas, BSON schemas and related structs
homepage
repositoryhttps://git.tools.mia-platform.eu/platform/libraries/jsonutil
max_upload_size
id1540704
size127,303
Umberto Toniolo (amountainram)

documentation

README

jsonutil

Library to handle JSON schema and BSON schema types.

Document validation on MongoDB uses an hybrid form of JSON schema and BSON schema to implement runtime validation of data inserted/updated on a database collection.

JSON schema is too limited to express all database native types which are thus expressed by BSON types. MongoDB allows to define data schema and validation, when possible, as JSON type using the key type and enhance with the key bsonType.

Commit count: 0

cargo fmt