Back to Type Challenges

README

questions/06228-extreme-json-parser/README.md

latest1.3 KB
Original Source
<!--info-header-start--><h1>JSON Parser </h1><blockquote><p>by Hydration <a href="https://github.com/hydrati" target="_blank">@hydrati</a></p></blockquote><p><a href="https://tsch.js.org/6228/play" target="_blank"></a> </p><!--info-header-end-->

You're required to implement a type-level partly parser to parse JSON string into a object literal type.

Requirements:

  • Numbers and Unicode escape (\uxxxx) in JSON can be ignored. You needn't to parse them.
<!--info-footer-start-->

<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/6228/answer" target="_blank"></a> <a href="https://tsch.js.org/6228/solutions" target="_blank"></a> <!--info-footer-end-->