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

You didn't answered my question.
I'm not the person you asked.