X-Git-Url: http://nitlanguage.org diff --git a/lib/serialization/README.md b/lib/serialization/README.md index 47eef73..3f6ac6c 100644 --- a/lib/serialization/README.md +++ b/lib/serialization/README.md @@ -234,7 +234,7 @@ The main implementations of these services are `JsonSerializer` and `JsonDeseria from the `json_serialization` module. ~~~ -import json_serialization +import json import user_credentials # Data to be serialized and deserialized