Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/triggerdotdev/jsonhero-web
/ ParseOptions
Interface
ParseOptions
app/components/json-schema-map.d.ts:2–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
declare module
"json-source-map"
{
2
export
interface
ParseOptions {
3
bigint?: boolean;
4
}
5
6
export
type
PointerProp =
"value"
|
"valueEnd"
|
"key"
|
"keyEnd"
;
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected