prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
625 stars 125 forks source link

Rewrite and test JSON Parsing #486

Closed prmr closed 1 year ago

prmr commented 1 year ago

The JSON parsing code was ported from an old library (org.json) which isn't tested, has some accidental complexity, and is more general than needed. This code should be modernized in preparation for downstream improvements to the persistence feature.

  1. Integrate the code into the main JetUML code base, with consistent package naming and code style;
  2. Create a test suite
  3. Remove unnecessary line tracking feature
  4. Remove unnecessary buffering