回答編集履歴
1
回答内容が既に対応済みのものだった。
answer
CHANGED
@@ -1,8 +1,11 @@
|
|
1
|
-
|
1
|
+
すいません、既に対応済みの内容でした。
|
2
|
+
下記内容は無視してください。
|
2
3
|
|
4
|
+
~~~下記の記事と同事象かは不明ですが、`json.dumps()`を試してみてはいかがでしょうか?~~~
|
5
|
+
|
3
6
|
```python
|
4
7
|
import json
|
5
8
|
payload = json.dumps(params)
|
6
9
|
```
|
7
10
|
|
8
|
-
- [Send Json (contains boolean/numbers) data in python GET(Method) requests](https://stackoverflow.com/questions/46303885/send-json-contains-boolean-numbers-data-in-python-getmethod-requests/46307282)
|
11
|
+
- ~~~ [Send Json (contains boolean/numbers) data in python GET(Method) requests](https://stackoverflow.com/questions/46303885/send-json-contains-boolean-numbers-data-in-python-getmethod-requests/46307282)~~~
|