How to use the ejson.toJSONValue function in ejson

To help you get started, we’ve selected a few ejson examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github DefinitelyTyped / DefinitelyTyped / ejson / ejson-tests.ts View on Github external
function testToJSONValue() {
  var obj: any = {a:"a"};
  var retval: string = importedToJSONValue(obj);
}

ejson

EJSON - Extended and Extensible JSON library from Meteor made compatible for Nodejs and Browserify

MIT
Latest version published 2 years ago

Package Health Score

54 / 100
Full package analysis