You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param obj Any objects, strings, exceptions, errors, or number
143
143
* @param params.space `''`, allows to configure space in the string representation
144
144
* @param params.decimal `2`, allows to choose the number of decimal to display in the string representation
145
-
* @param params.recursive `false`, allows to serialize recursively every object value, beware if a value refers to a already parsed value an infinite loop will occur
145
+
* @param params.recursion `1`, recursion depth to stringify recursively every object value until this depth, beware if a value refers to a already parsed value an infinite loop will occur
146
146
* @param params.noBin `false`, when set skip binary encoding and write inplace a bin-length information
147
147
* @returns the final string representation
148
148
*/
149
149
// Online Javascript Editor for free
150
150
// Write, Edit and Run your Javascript code using JS Online Compiler
0 commit comments