Class JSONTOLWriter

java.lang.Object
gov.nasa.jpl.output.TOLWriter
gov.nasa.jpl.output.tol.JSONTOLWriter

public class JSONTOLWriter extends TOLWriter
This class produces a JSON TOL originally meant to provide input to Elasticsearch. It therefore mainpulates the data (removing special characters, flattening lists and maps, etc) in ways that may make it hard to read back into the engine at a later time. That being said, other scripts could use these JSON TOLs if they are only looking to extract certain data about the plan.