Commit 69ee12c
committed
refactor_examples: remove unnecessary json.dumps in get_book example
- Update the get_book example function in the README to return a dictionary directly instead of JSON string
- This change simplifies the example and avoids potential performance overhead from unnecessary serialization1 parent 455230e commit 69ee12c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
741 | | - | |
| 741 | + | |
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
| |||
0 commit comments