1.1.3 • Published 4 years ago

@feizheng/next-json2base64 v1.1.3

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

next-json2base64

Json and base64 encode/decode.

installation

npm install -S @feizheng/next-json2base64

apis

apiparamsdescription
decode(string)Transform base64 string to js object
encode(object)Transform object to base64 string

usage

import NxJson2base64 from '@feizheng/next-json2base64';

// code goes here:
NxJson2base64.decode('eyJuYW1lIjoiYWZlaSIsImFnZSI6MTA4fQ==');
// { name: 'afei', age: 108 }
1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago