Variable EJSONConst

EJSON: {
    deserialize: typeof EJSONdeserialize;
    parse: typeof parse;
    serialize: typeof EJSONserialize;
    stringify: typeof stringify;
}

Type declaration

  • deserialize: typeof EJSONdeserialize
  • parse: typeof parse
  • serialize: typeof EJSONserialize
  • stringify: typeof stringify

Generated using TypeDoc