AguaClara / aide_document-DEPRECATED

This module is no longer being maintained due to the transition to Onshape.
MIT License
0 stars 0 forks source link

Generalizing read_json #8

Closed anthonyverghese closed 6 years ago

anthonyverghese commented 6 years ago

We would like to change read_json such that it can take in many different types of json files. We do not want to force the user to abide by very specific rules for how to write their json files. In addition, we would like teams outside of Agua Clara to benefit from our code by allowing for users to update certain aspects of the program to fit their needs.

anthonyverghese commented 6 years ago

We would like to make a configuration file that allows the user to update how the json structure is parsed without actually modifying code. This will benefit teams that have no relation to Agua Clara and would simply like to utilize the conversion from json to latex that our program provides. .