From: Oleg Moiseenko Date: Tue, 18 Sep 2018 05:15:34 +0000 (+0300) Subject: Added loading EMV transaction parameters from json file (#659) X-Git-Tag: v3.1.0~16 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/556826b5d52152450259311c613695ee5adcac04?hp=556826b5d52152450259311c613695ee5adcac04 Added loading EMV transaction parameters from json file (#659) * added default params file * added jansson * added test function. * added tlv tree to function * add params from json works * added to `hf emv exec`: load params from json and some refactoring * added `scan` command ---