Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/marimo-team/marimo
/ parse
Method
parse
frontend/src/custom.d.ts:15–15 ·
view source on GitHub ↗
( text: string, reviver?: (this: any, key: string, value: any) => any, )
Source
from the content-addressed store, hash-verified
13
// Stricter lib types
14
interface
JSON {
15
parse(
16
text: string,
17
reviver?: (this: any, key: string, value: any) => any,
18
): unknown;
Callers
15
loadAndValidateModels
Function · 0.65
loadAndValidateProviders
Function · 0.65
parseReleaseDate
Function · 0.65
schema.test.ts
File · 0.65
parsePythonAST
Function · 0.65
isSupported
Method · 0.65
mount.tsx
File · 0.65
trace
Method · 0.65
_load_generator_from_notebook_source
Function · 0.65
_query_includes_limit
Function · 0.65
_check_for_updates_internal
Function · 0.65
update_notices
Function · 0.65
Calls
no outgoing calls
Tested by
15
validate_and_return_codes
Function · 0.52
assert_sources_equal
Function · 0.52
_get_endpoints_missing_requires
Function · 0.52
test_finds_at_least_some_endpoints
Method · 0.52
test_name_transformer
Function · 0.52
test_name_transformer_no_changes
Function · 0.52
test_mangle_arguments
Function · 0.52
test_mangle_arguments_custom_prefix
Function · 0.52
test_deprivate_visitor
Function · 0.52
test_remove_returns
Function · 0.52
test_return_name
Method · 0.52
test_return_int
Method · 0.52