Skip navigation links

Package draw.controller.json

Responsible for converting Model into JSON and vice versa.

See: Description

Package draw.controller.json Description

Responsible for converting Model into JSON and vice versa.

Takes advantage of immutable Style objects to construct a minimal repository of all styles used in the Model. Uses multiple visitors to extract information from the Model. The JSON_Export class does all of the heavy lifting. Uses the open source JSON-simple libraries, available for download from https://code.google.com/archive/p/json-simple/downloads

Since:
draw.5
Skip navigation links