summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/builtins/JSON/JSON.parse.js
AgeCommit message (Expand)Author
2022-10-23LibJS: Fix that non-double numbers from JSON were truncated to i32davidot
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-02-16AK: Fix userland parsing of rounded floating point numbersserenitydev
2022-01-19LibJS: Add in-tree test for Json parsing of negative zerosForLoveOfCats
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling