We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d537f9c commit 26e2b67Copy full SHA for 26e2b67
src/canmatrix/formats/json.py
@@ -39,7 +39,7 @@ def dump(db, f, **options):
39
40
export_canard = options.get('jsonCanard', False)
41
motorola_bit_format = options.get('jsonMotorolaBitFormat', "lsb")
42
- export_all = options.get('jsonAll', False)
+ export_all = options.get('jsonExportAll', False)
43
native_types = options.get('jsonNativeTypes', False)
44
number_converter = float if native_types else str
45
additional_frame_columns = [x for x in options.get("additionalFrameAttributes", "").split(",") if x]
0 commit comments