Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML to JSON task #168

Open
hhzl opened this issue Feb 1, 2017 · 1 comment
Open

Add YAML to JSON task #168

hhzl opened this issue Feb 1, 2017 · 1 comment

Comments

@hhzl
Copy link
Owner

hhzl commented Feb 1, 2017

Example input

---
-
    word: lion
    translate: der Löwe
    tags: animal
    picture: c10/lion.jpg
-
    word: hyena
    translate: die Hyäne
    tags: animal
    picture: c10/hyena.jpg
-
    word: goat
    translate: die Ziege
    tags: animal
    picture: c10/goat.jpg
-
    word: hen
    translate: die Henne
    tags: animal
    picture: c10/hen.jpg
-
    word: dog
    translate: der Hund
    tags: animal
    picture: c10/dog.jpg
-
    word: donkey
    translate: der Esel
    tags: animal
    picture: c10/donkey.jpg
-
    word: duck
    translate: die Ente
    tags: animal
    picture: c10/duck.jpg
-
    word: fish
    translate: der Fisch
    tags: animal
    picture: c10/fish.jpg
-
    word: toad
    translate: die Kröte
    tags: animal
    picture: c10/toad.jpg
-
    word: cat
    translate: die Katze
    tags: animal
    picture: c10/cat.jpg
-
    word: rabbit
    translate: der Hase
    tags: animal
    picture: c10/rabbit.jpg
@hhzl hhzl added this to the release 0.3.1 More configuration options milestone Feb 1, 2017
@hhzl
Copy link
Owner Author

hhzl commented Feb 3, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant