@jplorg/jpl

1.0.0 • Public • Published

JPL - JSON Processing Language - JavaScript implementation

Code example

import jpl from '@jplorg/jpl';

(async () => {
  const inputs = [null];

  const results = await jpl.run('"Hello, 🌎!"', inputs);

  console.log(...results);
})();

REPL

The package provides a CLI REPL, which can be used as a language playground.

> jpl-repl # or `npm --prefix js start`

Welcome to JPL v1.0.0.
Type ":h" for more information.

> "Hello, \('🌎', 'JPL')!"
"Hello, 🌎!", "Hello, JPL!"
>

Extending JPL

TODO: inform about the runtime API, functions, JPLTypes and different error types

Readme

Keywords

Package Sidebar

Install

npm i @jplorg/jpl

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

379 kB

Total Files

215

Last publish

Collaborators

  • 2manyvcos