VSCode Extension dict2jsonVSCode extension converting explicitly-defined MotivationThe intent of simplifing the process of; Copying a dict-type in python code, and then converting it to a json-type dict. For example: logging a dict to the console, then I'd want to quickly use the output as a json. So instead of adding another line as json.dumps(dct), now it's possible to just run command to do the magic. FeaturesSelect dict in code -> Command "dict2json" -> Converts to json-like dict. Extension Settings
Usage
Release Notes[0.1.1]Initial release. [0.2.1] - 2023-03-17[0.3.1] - 2023-03-22
IssuesPlease report any issues you encounter on the GitHub issues page. |