You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Feature: ExifTool.set_json_loads() used to override built-in json.loads() call in ExifTool.execute_json(), so that users can use their JSON library of choice, or pass additional parameters to the call
Changed: ujson is no longer automatically used when available. Call set_json_loads(ujson.loads) to enable manually.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Released to PyPI
ExifTool.set_json_loads()
used to override built-injson.loads()
call inExifTool.execute_json()
, so that users can use their JSON library of choice, or pass additional parameters to the callujson
is no longer automatically used when available. Callset_json_loads(ujson.loads)
to enable manually.ExifTool.set_json_loads()
. The FAQ documents in detail the issue reported at loss of precision caused by json #76 which necessitated the new feature.This discussion was created from the release v0.5.6.
Beta Was this translation helpful? Give feedback.
All reactions