Anywhere
EJSON.parse(str)
import { EJSON } from 'meteor/ejson'
Source Parse a string into an EJSON value. Throws an error if the string is not valid EJSON.
Arguments
- str String
-
A string to parse into an EJSON value.
EJSON.parse(str)
import { EJSON } from 'meteor/ejson'
Source Parse a string into an EJSON value. Throws an error if the string is not valid EJSON.
A string to parse into an EJSON value.
Please login to continue.