Make new Auto Output mode optional

- adds entry to output data type
- adds depreciation tip
This commit is contained in:
Steve-Mcl
2022-04-21 21:20:41 +01:00
parent dbdd1b8671
commit 552408f488
9 changed files with 69 additions and 26 deletions

View File

@@ -454,7 +454,8 @@
"buffer": "バイナリバッファ",
"string": "文字列",
"base64": "Base64文字列",
"auto": "自動判定(JSONオブジェクト、文字列もしくはバイナリバッファ)",
"auto": "自動判定(文字列もしくはバイナリバッファ)",
"auto-detect": "自動判定(JSONオブジェクト、文字列もしくはバイナリバッファ)",
"json": "JSONオブジェクト"
},
"true": "する",