-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The tool seems to be a bit behind what the converter in iotivity's repo under security does, when unconverting dat files made by either, the iotivity tool has additional stanzas like:
"if": [
"oic.if.baseline"
],
"rowneruuid": "32323232-3232-3232-3232-323232323232",
"rt": [
"oic.r.acl2"
]
where this tool only put out the rowneruuid line.
In addition, the json encoder part seems to have some problem under Python3, as converting a dat to json I got:
File "/usr/lib64/python3.7/json/encoder.py", line 179, in default
raise TypeError(f'Object of type {o.__class__.__name__} '
TypeError: Object of type bytes is not JSON serializable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels