Skip to content
This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Commit 6ad744a

Browse files
committed
fix: update the .toJSON doc
1 parent 7b3c8a8 commit 6ad744a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataframe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class DataFrame {
494494

495495
/**
496496
* Convert the DataFrame into a json string. You can also save the file if you are using nodejs.
497-
* @param {Boolean} [asCollection=true] Writing the JSON as collection of Object.
497+
* @param {Boolean} [asCollection=false] Writing the JSON as collection of Object.
498498
* @param {String} [path] The path to save the file. /!\ Works only on node.js, not into the browser.
499499
* @returns {String} The json file in raw string.
500500
* @example

0 commit comments

Comments
 (0)