Files
ladybird/Userland/Libraries/LibJS/Runtime
Idan Horowitz 648b4c7d74 LibJS: Bring JSON.parse slightly closer to the specification
This PR does not fix the main issue with our current implementation:
The specification requires that we first check the JSON string for
validity with an ECMA-404 compliant parser, and then evaluate it as if
it was javascript code, of which we do neither at the moment.
2021-07-01 14:14:41 +01:00
..
2021-06-13 00:33:18 +01:00
2021-06-05 14:56:58 +01:00
2021-06-27 22:40:49 +02:00