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