AykutSarac / jsoncrack-vscode

VS Code extension of JSON Crack. Convert your JSON files into graphs with a single click and view them onto graphs.
https://marketplace.visualstudio.com/items?itemName=AykutSarac.jsoncrack-vscode
MIT License
440 stars 49 forks source link

Yaml, Toml, support #25

Open bradleyfay opened 1 year ago

bradleyfay commented 1 year ago

Feature

There are many other file formats which could benefit from this type of interface. Specifically, YAML files when working on things like Helm charts and TOML files when working with pyproject.toml files in Python.

How hard is it to extend what you have into other file formats?

Alternative solutions or implementations

No response

Other context

No response

acelinkio commented 1 year ago

ANy updates on this? Would be awesome to see yaml files supported. Imagine it would not be too challenging since YAML is a superset of JSON

AykutSarac commented 1 year ago

ANy updates on this? Would be awesome to see yaml files supported. Imagine it would not be too challenging since YAML is a superset of JSON

Hoping to update VS Code extension once the graph is exported as component, however this doesn't include support for other data formats. With the yesterday's major release of JSON Crack is supports couple other data formats though -> https://jsoncrack.com