mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-06-19 23:49:55 +03:00
d838a95c2a
We've created + used osmocom.utils.JsonEncoder as an encoder class
for json.{dump,dumps} for quite some time. However, we missed to
use this decoder class from the edit_{binary,record}_decoded commands
in the pySim-shell VTY.
Change-Id: I158e028f9920d8085cd20ea022be2437c64ad700
Related: OS#6774