https://github.com/oewntk/grind_yaml2json
OEWN builder project, YAML to JSON chain
https://github.com/oewntk/grind_yaml2json
builder json oewn yaml
Last synced: about 2 months ago
JSON representation
OEWN builder project, YAML to JSON chain
- Host: GitHub
- URL: https://github.com/oewntk/grind_yaml2json
- Owner: oewntk
- License: other
- Created: 2024-10-09T12:34:44.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-15T09:57:33.000Z (over 1 year ago)
- Last Synced: 2025-02-10T16:52:05.123Z (over 1 year ago)
- Topics: builder, json, oewn, yaml
- Language: Kotlin
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open English Wordnet YAML-to-JSON grinder
This library reads a model from YAML files and writes it to JSON format.
Project [grind_yaml2json](https://github.com/oewntk/grind_yaml2json)
See also [model](https://github.com/oewntk/model/blob/master/README.md).
See also [fromyaml](https://github.com/oewntk/fromyaml/blob/master/README.md).
See also [tojson](https://github.com/oewntk/tojson/blob/master/README.md).
See also [oewntk](https://github.com/oewntk)
and [globalwordnet/english-wordnet](https://github.com/globalwordnet/english-wordnet).
## Dataflow

This library reads from the OEWN distribution YAML files and other YAML files that contain extra data.
This output conforms to the **JSON** standards.
## Command line
`grind.sh [YAML] [YAML2] [JSON]`
grinds the JSON database
*where*
[YAML] directory where OEWN distribution YAML files are
[YAML2] directory where extra YAML files are
[JSON] path to output JSON file
## Maven Central
io.github.oewntk
yaml2json
2.3.1
## Dependencies
