An open API service indexing awesome lists of open source software.

https://github.com/iconmaster5326/dataformats

a collection of languages for JetBrains MPS that allow you to target and generate JSON, YAML, TOML, and INI files.
https://github.com/iconmaster5326/dataformats

ini jetbrains-mps json mps toml yaml

Last synced: 2 months ago
JSON representation

a collection of languages for JetBrains MPS that allow you to target and generate JSON, YAML, TOML, and INI files.

Awesome Lists containing this project

README

        

# DataFormats

[![open in skadi cloud](https://skadi.cloud/assets/skadi-badge.svg)](https://skadi.cloud/open#https://github.com/iconmaster5326/DataFormats.git)

DataFormats is a collection of languages for [JetBrains MPS](https://www.jetbrains.com/mps/) that allow you to target
and generate [JSON](https://www.json.org/json-en.html), [YAML](https://yaml.org/), [TOML](https://toml.io/en/), and
[INI](https://en.wikipedia.org/wiki/INI_file) files.

## Examples

![](json.png) ![](yaml.png) ![](toml.png) ![](ini.png)

## Installing

Installing DataFormats is as easy as installing the
[plugin](https://plugins.jetbrains.com/plugin/16835-dataformats) from your IDE.

## TODO

* Improve editing experience.
* Add more formats. Suggestions are always welcome!