1.0.11 • Published 3 years ago

json-emv-lib v1.0.11

Weekly downloads
15
License
ISC
Repository
-
Last release
3 years ago

JSON-EMV-JSON Library

Converts JSON input to EMV String and vice versa

Installation

npm i json-emv-lib

Usage

This library exports 2 methods

  • convertEMVToObject(emvString)
  • convertObjectToEMV(object)

convertEMVToObject() as the name suggests, converts EMV format input to an Object

const {convertEMVToObject} = require('json-emv-lib');
const objectFormat = convertEMVToObject(<your EMV string>);

convertObjectToEMV() on the other hand, does the opposite

const {convertObjectToEMV} = require('json-emv-lib');
const emvFormat = convertObjectToEMV(<your JSON input>);
1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago