Add JSON data format flavor

This commit is contained in:
Joakim Soderlund 2017-11-08 18:39:55 +01:00
parent 4a2956c3c3
commit faea33d7b2

View file

@ -74,6 +74,7 @@ class DataFormat(Flavor):
EPUB = () EPUB = ()
FPUB = () FPUB = ()
HTML = () HTML = ()
JSON = ()
class MetaFormat(Flavor): class MetaFormat(Flavor):