Converter between JSON/YAML

Plugins for SynWrite and CudaText...
Post Reply
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Converter between JSON/YAML

Post by main Alexey »

Plugin for CudaText.
Gives 2 commands:
- Convert JSON to YAML (it requires 'JSON' as active lexer)
- Convert YAML to JSON (it requires 'YAML' as active lexer)

Plugin handles the entire document (it cannot handle only selection yet)
and outputs the resulting text to a new editor-tab.

It was somehow ported from Sublime Text plugin:
https://github.com/dannysummerlin/YamlToJson

Author of port: Alexey T. (CudaText)
Post Reply