1.0.11 • Published 4 years ago

json-emv-lib v1.0.11

Weekly downloads
15
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago