Skip to content

Commit 724236a

Browse files
committed
cleanup prompt
1 parent 49f71b1 commit 724236a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This document provides guidelines and best practices for using GitHub Copilot in
2626

2727
### Json serialization
2828

29-
- Use `json_loads` from `common_library.json_serialization` instead of `json.dumps` / `json.loads`.
29+
- Prefer `json_dumps`/`json_loads` from `common_library.json_serialization` to built-in `json.dumps` / `json.loads`.
3030
- Prefer Pydantic model methods (e.g., `model.model_dump_json()`) for serialization/deserialization.
3131
- Avoid using the built-in `json` module for these tasks.
3232

0 commit comments

Comments
 (0)