cs-education / sysassets

Larger precompiled assets for the sys/ project
Apache License 2.0
1 stars 10 forks source link

Updated the transcription_index.json object #6

Closed jdtran23 closed 9 years ago

jdtran23 commented 9 years ago

Previous json object was not as useful so it a new one was created to fit into our code cleanly.

neelabhg commented 9 years ago

Can you format the JSON with whitespace? Then you can use minify_json.py to create a .min.json file.

To format the JSON, you can use an online json editor like this one. Or you can modify the minify_json.py script to format the json properly.

jdtran23 commented 9 years ago

Done.