Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.31 KB

File metadata and controls

9 lines (5 loc) · 1.31 KB

JSON Parser extreme #template-literal #json

by Hydration @hydrati

Take the Challenge

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.

Back Share your Solutions Check out Solutions