modl-converter
TypeScript icon, indicating that this package has built-in type declarations

0.0.20 • Public • Published

JSON to MODL Library

TypeScript Example

import { createJsonToModl } from './JsonToModl';

// Create a JSON to MODL converter
const jsonToModl = createJsonToModl();

// This is the expected result
const modlString = 'Hello=World';

// This is the test data
const jsonString = '{"Hello":"World"}';

console.log(jsonToModl.stringToModl(jsonString));

JavaScript Example

const api = require('modl-converter');

// This is the expected result
const modlString = 'Hello=World';

// This is the test data
const jsonString = '{"Hello":"World"}';

console.log(api.jsonToModl.stringToModl(jsonString));

Readme

Keywords

none

Package Sidebar

Install

npm i modl-converter

Weekly Downloads

0

Version

0.0.20

License

Apache-2.0

Unpacked Size

43.7 kB

Total Files

24

Last publish

Collaborators

  • frednum
  • twalmsley
  • elliottinvent