das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

QDataSet Ops code had a tiny bit which required JSON library #85

Closed jbfaden closed 7 months ago

jbfaden commented 7 months ago

The QDataSet Ops code had a tiny bit of code to support setting USER_PROPERTIES to a Python Dictionary. This needs to be supported elsewhere so there is no dependence on JSON by DasCore.

jbfaden commented 7 months ago

This was fixed by moving the code up to the caller's code