Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JsonParserNew to Visual Studio Code? Get it now.
JsonParser

JsonParser

hanbeenkim

|
174 installs
| (0) | Free
Json을 파싱하여 Config 포맷으로 변경
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jsonparser# Document Editing Sample

String을 JSON으로 파싱하는 에디터입니다.

Demo

Step:

  1. Key/Value가 구분자로 구별된 문자열 작성
  • eg. aaa|bbb/ccc|ddd
  • bee/bug\hi/hello
  1. 변환할 문자열 블록 지정
  2. ctrl + shift + p
  3. StringToJSON 실행

vscode module

  • commands.registerCommand
  • window.activeTextEditor
  • TextDocument.getText
  • TextEditor.edit
  • TextEditorEdit

Contribution Points

  • contributes.commands
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft