Hirokatsu Endo
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/ja/docs/tutorial/encoder.md
|
@ -8,7 +8,7 @@ |
|
|
|
|
|
|
|
|
## `jsonable_encoder`の使用 |
|
|
## `jsonable_encoder`の使用 |
|
|
|
|
|
|
|
|
JSON互換のデータのみを受信するデータベース`fase_db`があるとしましょう。 |
|
|
JSON互換のデータのみを受信するデータベース`fake_db`があるとしましょう。 |
|
|
|
|
|
|
|
|
例えば、`datetime`オブジェクトはJSONと互換性がないので、このデーターベースには受け取られません。 |
|
|
例えば、`datetime`オブジェクトはJSONと互換性がないので、このデーターベースには受け取られません。 |
|
|
|
|
|
|
|
|