uberspot / OpenTriviaQA

A creative commons dataset of trivia questions and answers
Creative Commons Attribution Share Alike 4.0 International
201 stars 70 forks source link

JSON #6

Closed pachacamac closed 8 years ago

pachacamac commented 8 years ago

Creates JSON conversions of your format plus a little converter script since I wanted to use some questions in a JavaScript app and this seemed the way to go.

uberspot commented 8 years ago

This is great. :) But could you remove the .json files and just add the converter script? That way the repo size remains roughly the same and anyone that wants json format can just run the script locally to generate them. Also if any original file changes there is no need to recreate all json files and commit those every time here. I'll merge this immediately afterwards. :+1:

pachacamac commented 8 years ago

Sure thing. See my latest commit :+1:

uberspot commented 8 years ago

Nice. Merged. :)