One Step
What is it?
The One Step extension allows you to quickly convert text to and from designate formats. Supported conversions include:
- Base 64 to String && String to JSON Byte Array
Install
- Install via VSCode extensions install
Usage
Example
Before:
eyJhIjoiMTIzIiwiYiI6IjIzNCIsImMiOiIzNDUifQ==
After:
{
"a": "123",
"b": "234",
"c": "345"
}
Before:
{"a":"123","b":"234","c":"345"}
"{\"a\":\"123\",\"b\":\"234\",\"c\":\"345\"}"
{\"a\":\"123\",\"b\":\"234\",\"c\":\"345\"}
After:
{
"a": "123",
"b": "234",
"c": "345"
}
Contributors
Thanks to all the team members involved in the development.
| |