Y
Hacker News
new
|
ask
|
show
|
jobs
by
Jenk
345 days ago
The below type definition (TS) fits the ECMA schema for JSON:
type JSON = string | number | boolean | null | JSON[] | {[name: string]: JSON}
1 comments
motorest
345 days ago
You didn't answered my question.
link
Jenk
344 days ago
I'm not the person you asked.
link