| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/msgpack/msgpack-javascript/main/example/umd-example.js | [Back] [Original] |
input:
"); document.writeln(`${JSON.stringify(object, undefined, 2)}`);
const encoded = MessagePack.encode(object);
document.writeln("output:
"); document.writeln(`${JSON.stringify(MessagePack.decode(encoded), undefined, 2)}`);
} catch (e) {
console.error(e);
document.write(`${e.constructor.name}: ${e.message}
`); }| Web Proxy Viewer | New URL | Original Page |