We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f71b1 commit 724236aCopy full SHA for 724236a
.github/copilot-instructions.md
@@ -26,7 +26,7 @@ This document provides guidelines and best practices for using GitHub Copilot in
26
27
### Json serialization
28
29
-- Use `json_loads` from `common_library.json_serialization` instead of `json.dumps` / `json.loads`.
+- Prefer `json_dumps`/`json_loads` from `common_library.json_serialization` to built-in `json.dumps` / `json.loads`.
30
- Prefer Pydantic model methods (e.g., `model.model_dump_json()`) for serialization/deserialization.
31
- Avoid using the built-in `json` module for these tasks.
32
0 commit comments