We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19882e0 commit 97be6a4Copy full SHA for 97be6a4
README.md
@@ -26,7 +26,7 @@ microservices communicating via JSON messages, both written in python.
26
27
You may define a shared package with the messages definition
28
and use the model's `.as_json()` method on one end to serialize the message
29
-and `.form_json()` on the other to convert it into a DTO,
+and `.from_json()` on the other to convert it into a DTO,
30
checking and modifying the fields and their values along
31
the way exactly how you defined it in a single place.
32
0 commit comments