Skip to content

saveJSON now saves ROOT objects when ROOT ver is >=6.08.

Nathanael Farley requested to merge json_root_objects into master

Modified the self.saveJSON method to accept ROOT objects. This adds the dependency for ROOT in the BaseHandler.

Merge request reports