JsonFormatter¶
-
class
lsst.daf.butler.formatters.jsonFormatter.
JsonFormatter
¶ Bases:
lsst.daf.butler.formatters.fileFormatter.FileFormatter
Interface for reading and writing Python objects to and from JSON files.
Attributes Summary
extension
unsupportedParameters
This formatter does not support any parameters Attributes Documentation
-
extension
= '.json'¶
-
unsupportedParameters
= None¶ This formatter does not support any parameters
-