2.1.0 • Published 2 years ago

pkl-to-json v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

PKL TO JSON

This package converts .pkl files to .json files using a python script

Requirements

  1. python3

Usage

const pklToJson = require('pkl-to-json')
const path = require('path')

const pklPath = path.resolve('./data.pkl')
const jsonPath = path.resolve('./data.json')

// From pkl to json
pklToJson.convert(pklPath, jsonPath);

// From json to pkl
pklToJson.reconvert(jsonPath, pklPath);
2.1.0

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago