Anywhere
EJSON.toJSONValue(val)
import { EJSON } from 'meteor/ejson'
Source Serialize an EJSON-compatible value into its plain JSON representation.
Arguments
- val EJSON-able Object
-
A value to serialize to plain JSON.
EJSON.toJSONValue(val)
import { EJSON } from 'meteor/ejson'
Source Serialize an EJSON-compatible value into its plain JSON representation.
A value to serialize to plain JSON.
Please login to continue.