0.0.7 • Published 11 months ago
@docen/jsonp v0.0.7
@docen/jsonp
Programmed implementation of jsonp format, powered by Demo Macro.
Getting started
# npm
$ npm install @docen/jsonp
# yarn
$ yarn add @docen/jsonp
# pnpm
$ pnpm add @docen/jsonp
Usage
import { convertJSONPToJSON } from "@docen/jsonp";
const jsonp = `callbackFunction({"key": "value"})`;
convertJSONPToJSON(jsonp);
// {"key": "value"}
License
0.0.7
11 months ago
0.0.7-edge.3
1 year ago