Convert Dictionary To JSON
辞書を JSON 文字列および/または .json ファイルにシリアライズします。
辞書ConvertDictionaryToJSON
概要
辞書を JSON 文字列および/または .json ファイルにシリアライズします。
Serialize a dictionary to a JSON string and/or a .json file.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Dictionary name | variable | 必須 | Name of the dictionary variable. 例: config | |
| Pretty-print | dropdownNo · Yes | 任意 | No | |
| Output .json file (optional) | file | 任意 | 例: C:/out/data.json 変数に対応 | |
| Store JSON in | variable | 必須 | 例: json |