DevToys-app / DevToysMac

DevToys For mac
MIT License
9.22k stars 361 forks source link

[Feature Request] Tridirectional conversions between JSON, Yaml, and TOML #73

Closed ken-matsui closed 2 years ago

ken-matsui commented 2 years ago

I would be grateful if you could implement tridirectional conversions between JSON, Yaml, and TOML.

Specifically, the conversion maps would be:

%%{init: {"flowchart" : { "curve" : "linear" } } }%%
graph LR;
  JSON --> Yaml & TOML
  Yaml --> TOML & JSON
  TOML --> Yaml & JSON

Thank you for developing this awesome app :)

ken-matsui commented 2 years ago

I've implemented this feature in another app; I no longer need this. Thanks.