hipdev / json-serializer

Serialize and unserialize JSON files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json-serializer

This is a simple extension that allows you to serialize and deserialize JSON objects in Visual Studio Code.

JSON Serializer Demo

Extension Settings

This extension is specifically designed to work with JSON files, which have the .json extension.

Keybindings:

  • ctrl+shift+s (Windows/Linux) or cmd+shift+s (Mac) - Serialize a JSON object.

  • ctrl+shift+u (Windows/Linux) or cmd+shift+u (Mac) - Unserialize a JSON object.

Release Notes

1.0.0

Initial release of JSON Serializer.

1.1.0

Add Github issues link

1.2.0

Add Extension icon

Author

Julián David

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check issues page.

Support

If you like this project, give it a ⭐ and share it with friends!

About

Serialize and unserialize JSON files

License:MIT License


Languages

Language:TypeScript 97.2%Language:JavaScript 2.8%