0.1.6 • Published 3 years ago

js-in-json-session v0.1.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

JS in JSON Session

JS

import Session from 'js-in-json-session';

const session = new Session(jsonBundle);

session.add('Module');
const output = session.flush();

PHP

session.php

include(__DIR__.'/session.php');

$session = new JSinJSON\Session($jsonBundle);
$session->add('Module');
$output = $session->flush();

Python

session.py

from session import Session

session = Session(jsonBundle)
session.add('Module')
output = session.flush()
0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago