Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/javascriptdata/danfojs
/ toJSON
Method
toJSON
src/danfojs-node/src/core/series.ts:121–123 ·
view source on GitHub ↗
(options?: JsonOutputOptionsNode)
Source
from the content-addressed store, hash-verified
119
*/
120
toJSON(options?: JsonOutputOptionsNode): object
121
toJSON(options?: JsonOutputOptionsNode): object | void {
122
return
toJSONNode(this, options as JsonOutputOptionsNode)
123
}
124
125
126
/**
Callers
1
json.reader.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected