by Hydrogen @hyroge
You're required to implement a type-level partly parser to parse JSON string into a object literal type.
Requirements:
Numbers
andUnicode escape (\uxxxx)
in JSON can be ignored. You needn't to parse them.
by Hydrogen @hyroge
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.