From 7ee10d9b016563ab55da65daf08452ed7663b381 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 14 Apr 2026 15:54:05 +0100 Subject: [PATCH] docs: no longer experimental --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ade4de..8d1986e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pythonize -This is an experimental serializer for Rust's serde ecosystem, which can convert Rust objects to Python values and back. +This is a serializer for Rust's serde ecosystem, which can convert Rust objects to Python values and back. At the moment the Python structures it produces should be _very_ similar to those which are produced by `serde_json`; i.e. calling Python's `json.loads()` on a value encoded by `serde_json` should produce an identical structure to that which is produced directly by `pythonize`.